ICustomService.Volume Property

Definition

Configuring the volumes for the container

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Configuring the volumes for the container", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IVolumeDefinition) }, Read=true, ReadOnly=false, Required=false, SerializedName="volumes", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IVolumeDefinition> Volume { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Configuring the volumes for the container", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IVolumeDefinition) }, Read=true, ReadOnly=false, Required=false, SerializedName="volumes", Update=true)>]
member this.Volume : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IVolumeDefinition> with get, set
Public Property Volume As List(Of IVolumeDefinition)

Property Value

Attributes

Applies to