Freigeben über


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

Mounted.

MountFailed

MountFailed.

MountRequested

MountRequested.

Unmounted

Unmounted.

UnmountFailed

UnmountFailed.

UnmountRequested

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.

Inequality(MachineLearningMountState, MachineLearningMountState)

Determines if two MachineLearningMountState values are not the same.

Applies to