次の方法で共有


StorageAccountInner.Kind プロパティ

定義

Kind を取得します。 使用できる値は、'Storage'、'StorageV2'、'BlobStorage'、'FileStorage'、'BlockBlobStorage' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象