次の方法で共有


StorageAccountUpdateParameters.Sku プロパティ

定義

SKU 名を取得または設定します。 SKU 名をStandard_ZRS、Premium_LRS、またはPremium_ZRSに更新することも、それらの SKU 名のアカウントを他の値に更新することもできないことに注意してください。

[Newtonsoft.Json.JsonProperty(PropertyName="sku")]
public Microsoft.Azure.Management.Storage.Models.Sku Sku { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="sku")>]
member this.Sku : Microsoft.Azure.Management.Storage.Models.Sku with get, set
Public Property Sku As Sku

プロパティ値

Sku
属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象