IDeployment.Active 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.
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