你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
MountState Struct
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.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountStateTypeConverter))]
public struct MountState : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountState>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Support.MountStateTypeConverter))>]
type MountState = struct
interface IArgumentCompleter
Public Structure MountState
Implements IArgumentCompleter, IEquatable(Of MountState)
- Inheritance
-
MountState
- Attributes
- Implements
Fields
Mounted | |
MountFailed | |
MountRequested | |
Unmounted | |
UnmountFailed | |
UnmountRequested |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(MountState) |
Compares values of enum type MountState |
Equals(Object) |
Compares values of enum type MountState (override for Object) |
GetHashCode() |
Returns hashCode for enum MountState |
ToString() |
Returns string representation for MountState |
Operators
Equality(MountState, MountState) |
Overriding == operator for enum MountState |
Implicit(MountState to String) |
Implicit operator to convert MountState to string |
Implicit(String to MountState) |
Implicit operator to convert string to MountState |
Inequality(MountState, MountState) |
Overriding != operator for enum MountState |