Share via


StorageAccountInner.Kind Property

Definition

Gets the Kind. Possible values include: '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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to