次の方法で共有


Sku.Name プロパティ

定義

価格レベルの名前を取得または設定します。 指定できる値は、'Standard_Verizon'、'Premium_Verizon'、'Custom_Verizon'、'Standard_Akamai'、'Standard_ChinaCdn'、'Standard_Microsoft'、'Premium_ChinaCdn'、'Standard_AzureFrontDoor'、'Premium_AzureFrontDoor'、'Standard_955BandWidth_ChinaCdn'、'Standard_AvgBandWidth_ChinaCdn'、'StandardPlus_ChinaCdn'、'StandardPlus_955BandWidth_ChinaCdn'、'StandardPlus_AvgBandWidth_ChinaCdn' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象