VirtualCluster.Family Property

Definition

Gets or sets if the service has different generations of hardware, for the same SKU, then that can be captured here.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.family")]
public string Family { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.family")>]
member this.Family : string with get, set
Public Property Family As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to