MachineLearningMountState 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.
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
Azure SDK for .NET