共用方式為


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

MachineLearningMountState(String)

Initializes a new instance of MachineLearningMountState.

Properties

Mounted

Mounted.

MountFailed

MountFailed.

MountRequested

MountRequested.

Unmounted

Unmounted.

UnmountFailed

UnmountFailed.

UnmountRequested

UnmountRequested.

Methods

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

Equality(MachineLearningMountState, MachineLearningMountState)

Determines if two MachineLearningMountState values are the same.

Implicit(String to MachineLearningMountState)

Converts a string to a MachineLearningMountState.

Inequality(MachineLearningMountState, MachineLearningMountState)

Determines if two MachineLearningMountState values are not the same.

Applies to