StorageAccountUpdateParameters.Kind Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets optional. Indicates the type of storage account. Currently only StorageV2 value supported by server. Possible values include: '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)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute