DeploymentInner.Active Property

Definition

Gets or sets true if deployment is currently active, false if completed and null if not started.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.active")]
public bool? Active { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.active")>]
member this.Active : Nullable<bool> with get, set
Public Property Active As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to