Udostępnij za pośrednictwem


LunMountMode Struct

Definition

Mode that describes whether the LUN has to be mounted as a datastore or attached as a LUN

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

Constructors

LunMountMode(String)

Initializes a new instance of LunMountMode.

Properties

Attach

is attach.

Mount

is mount.

Methods

Equals(LunMountMode)

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

Determines if two LunMountMode values are the same.

Implicit(String to LunMountMode)

Converts a String to a LunMountMode.

Inequality(LunMountMode, LunMountMode)

Determines if two LunMountMode values are not the same.

Applies to