IVolumeDefinition.Type Property

Definition

Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "bind", "volume", "tmpfs", "npipe" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)]
public string Type { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "bind", "volume", "tmpfs", "npipe" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Type of Volume Definition. Possible Values: bind,volume,tmpfs,npipe", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="type", Update=true)>]
member this.Type : string with get, set
Public Property Type As String

Property Value

Attributes

Applies to