Share via


IVolume.StorageType Property

Definition

Storage type for the volume. If not provided, use EmptyDir.

[Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "AzureFile", "EmptyDir", "Secret" })]
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Storage type for the volume. If not provided, use EmptyDir.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageType", Update=true)]
public string StorageType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.PSArgumentCompleter(new System.String[] { "AzureFile", "EmptyDir", "Secret" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Storage type for the volume. If not provided, use EmptyDir.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="storageType", Update=true)>]
member this.StorageType : string with get, set
Public Property StorageType As String

Property Value

Attributes

Applies to