Share via


MachineLearningMountAction Struct

Definition

Mount Action.

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

Constructors

MachineLearningMountAction(String)

Initializes a new instance of MachineLearningMountAction.

Properties

Mount

Mount.

Unmount

Unmount.

Methods

Equals(MachineLearningMountAction)

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(MachineLearningMountAction, MachineLearningMountAction)

Determines if two MachineLearningMountAction values are the same.

Implicit(String to MachineLearningMountAction)

Converts a string to a MachineLearningMountAction.

Inequality(MachineLearningMountAction, MachineLearningMountAction)

Determines if two MachineLearningMountAction values are not the same.

Applies to