次の方法で共有


StorageAccountUpdateParameters.Kind プロパティ

定義

省略可能な 値を取得または設定します。 ストレージ アカウントの種類を示します。 現在、サーバーでサポートされている StorageV2 値のみ。 使用できる値は、'Storage'、'StorageV2'、'BlobStorage'、'FileStorage'、'BlockBlobStorage' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象