Condividi tramite


IDeploymentResource.Active Property

Definition

Indicates whether the Deployment is active

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

Property Value

Attributes

Applies to