Partilhar via


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

Name Description
DiskMode(String)

Initializes a new instance of DiskMode.

Properties

Name Description
IndependentNonpersistent

independent_nonpersistent.

IndependentPersistent

independent_persistent.

Persistent

persistent.

Methods

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

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