IDeploymentResource.Active Property

Definition

[Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Indicates whether the Deployment is active", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="active")]
public bool? Active { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.SpringCloud.Runtime.Info(Description="Indicates whether the Deployment is active", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=true, Required=false, SerializedName="active")>]
member this.Active : Nullable<bool>
Public ReadOnly Property Active As Nullable(Of Boolean)

Property Value

Nullable<Boolean>
Attributes

Applies to