DeploymentResourceProperties.Active Property

Definition

Gets indicates whether the Deployment is active

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to