Share via


IDeployment.Active Property

Definition

True if deployment is currently active, false if completed and null if not started.

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="True if deployment is currently active, false if completed and null if not started.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="active")]
public bool? Active { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="True if deployment is currently active, false if completed and null if not started.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, ReadOnly=false, Required=false, SerializedName="active")>]
member this.Active : Nullable<bool> with get, set
Public Property Active As Nullable(Of Boolean)

Property Value

Attributes

Applies to