ISapVirtualInstance.Environment Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the environment type - Production/Non Production.
[Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Defines the environment type - Production/Non Production.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapEnvironmentType) }, ReadOnly=false, Required=true, SerializedName="environment")]
public Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapEnvironmentType Environment { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Workloads.Runtime.Info(Description="Defines the environment type - Production/Non Production.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapEnvironmentType) }, ReadOnly=false, Required=true, SerializedName="environment")>]
member this.Environment : Microsoft.Azure.PowerShell.Cmdlets.Workloads.Support.SapEnvironmentType with get, set
Public Property Environment As SapEnvironmentType
Property Value
- Attributes