Compartilhar via


MountState Struct

Definition

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

Applies to