다음을 통해 공유


SkuInformation.Kind Property

Definition

Gets indicates the type of storage account. Possible values include: 'Storage', 'StorageV2', 'BlobStorage', 'FileStorage', 'BlockBlobStorage'

[Newtonsoft.Json.JsonProperty(PropertyName="kind")]
public string Kind { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="kind")>]
member this.Kind : string
Public ReadOnly Property Kind As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to