IProjectEnvironmentType.Status Property

Definition

Defines whether this Environment Type can be used in this Project.

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Defines whether this Environment Type can be used in this Project.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus) }, ReadOnly=false, Required=false, SerializedName="status")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus? Status { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Defines whether this Environment Type can be used in this Project.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus) }, ReadOnly=false, Required=false, SerializedName="status")>]
member this.Status : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.EnvironmentTypeEnableStatus> with get, set
Public Property Status As Nullable(Of EnvironmentTypeEnableStatus)

Property Value

Attributes

Applies to