Share via


ISapVirtualInstance.Environment Property

Definition

Defines the environment type - Production/Non Production.

[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.PSArgumentCompleter(new System.String[] { "NonProd", "Prod" })]
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="Defines the environment type - Production/Non Production.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="environment", Update=false)]
public string Environment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.PSArgumentCompleter(new System.String[] { "NonProd", "Prod" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.SapVirtualInstance.Runtime.Info(Create=true, Description="Defines the environment type - Production/Non Production.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="environment", Update=false)>]
member this.Environment : string with get, set
Public Property Environment As String

Property Value

Attributes

Applies to