Dela via


Deployment.Active Property

Definition

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

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)]
public bool? Active { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Origin(Microsoft.Azure.PowerShell.Cmdlets.Functions.PropertyOrigin.Inlined)>]
member this.Active : Nullable<bool> with get, set
Public Property Active As Nullable(Of Boolean)

Property Value

Implements

Attributes

Applies to