共用方式為


Sku.Name 屬性

定義

取得或設定帳戶的 SKU 名稱。 可能的值包括:'Free'、'Basic'

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

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於