IComputeInstanceProperties.DataMount Property

Definition

Describes informations of dataMounts on this ComputeInstance.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Describes informations of dataMounts on this ComputeInstance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeInstanceDataMount) }, Read=true, ReadOnly=true, Required=false, SerializedName="dataMounts", Update=false)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeInstanceDataMount> DataMount { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=false, Description="Describes informations of dataMounts on this ComputeInstance.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeInstanceDataMount) }, Read=true, ReadOnly=true, Required=false, SerializedName="dataMounts", Update=false)>]
member this.DataMount : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Models.IComputeInstanceDataMount>
Public ReadOnly Property DataMount As List(Of IComputeInstanceDataMount)

Property Value

Attributes

Applies to