DiskMode Struct

Definition

Defines the different types of disk modes.

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

Constructors

DiskMode(String)

Initializes a new instance of DiskMode.

Properties

IndependentNonpersistent

independent_nonpersistent.

IndependentPersistent

independent_persistent.

Persistent

persistent.

Methods

Equals(DiskMode)

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

Determines if two DiskMode values are the same.

Implicit(String to DiskMode)

Converts a string to a DiskMode.

Inequality(DiskMode, DiskMode)

Determines if two DiskMode values are not the same.

Applies to