Freigeben über


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

Name Description
MachineLearningMountAction(String)

Initializes a new instance of MachineLearningMountAction.

Properties

Name Description
Mount

Mount.

Unmount

Unmount.

Methods

Name Description
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

Name Description
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