ภาษา

MachineLearningMountState Struct

Definition

Mount state.

public readonly struct MachineLearningMountState : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningMountState>
type MachineLearningMountState = struct
Public Structure MachineLearningMountState
Implements IEquatable(Of MachineLearningMountState)
Inheritance
MachineLearningMountState
Implements

Constructors

Name Description
MachineLearningMountState(String)

Initializes a new instance of MachineLearningMountState.

Properties

Name Description
Mounted

Gets the Mounted.

MountFailed

Gets the MountFailed.

MountRequested

Gets the MountRequested.

Unmounted

Gets the Unmounted.

UnmountFailed

Gets the UnmountFailed.

UnmountRequested

Gets the UnmountRequested.

Methods

Name Description
Equals(MachineLearningMountState)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
Equality(MachineLearningMountState, MachineLearningMountState)

Determines if two MachineLearningMountState values are the same.

Implicit(String to MachineLearningMountState)

Converts a string to a MachineLearningMountState.

Implicit(String to Nullable<MachineLearningMountState>)
Inequality(MachineLearningMountState, MachineLearningMountState)

Determines if two MachineLearningMountState values are not the same.

Applies to