Freigeben über


LunMountMode Struct

Definition

mount option.

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

Constructors

Name Description
LunMountMode(String)

Initializes a new instance of LunMountMode.

Properties

Name Description
Attach

is attach.

Mount

is mount.

Methods

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

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