Dela via


IStorageAccountUpdateParameters.Kind Property

Definition

Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server.

[Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Storage", "StorageV2", "BlobStorage", "FileStorage", "BlockBlobStorage" })]
[Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)]
public string Kind { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.PSArgumentCompleter(new System.String[] { "Storage", "StorageV2", "BlobStorage", "FileStorage", "BlockBlobStorage" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.Storage.Runtime.Info(Create=true, Description="Optional. Indicates the type of storage account. Currently only StorageV2 value supported by server.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="kind", Update=true)>]
member this.Kind : string with get, set
Public Property Kind As String

Property Value

Attributes

Applies to