ภาษา

MountMode Struct

Definition

Mount Mode.

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

Constructors

Name Description
MountMode(String)

Initializes a new instance of MountMode.

Properties

Name Description
ReadOnly

Gets the ReadOnly.

ReadWrite

Gets the ReadWrite.

Methods

Name Description
Equals(MountMode)

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

Determines if two MountMode values are the same.

Implicit(String to MountMode)

Converts a string to a MountMode.

Implicit(String to Nullable<MountMode>)
Inequality(MountMode, MountMode)

Determines if two MountMode values are not the same.

Applies to