共用方式為


ClusterResourceProperties.Deallocated Property

Definition

Gets or sets whether the cluster and associated data centers has been deallocated.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to