IComputeInstanceDataMount.MountState Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Mount state.
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Mount state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountState) }, ReadOnly=false, Required=false, SerializedName="mountState")]
public Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountState? MountState { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Description="Mount state.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountState) }, ReadOnly=false, Required=false, SerializedName="mountState")>]
member this.MountState : Nullable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountState> with get, set
Public Property MountState As Nullable(Of MountState)
Property Value
- Attributes