次の方法で共有


ServiceSku.Family Property

Definition

Gets or sets the SKU family, used when the service has multiple performance classes within a tier, such as 'A', 'D', etc. for virtual machines

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to