VirtualMachineDiskType Struct

Definition

VM disk types which are disallowed.

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

Constructors

VirtualMachineDiskType(String)

Initializes a new instance of VirtualMachineDiskType.

Properties

None

None.

Unmanaged

Unmanaged.

Methods

Equals(VirtualMachineDiskType)

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

Determines if two VirtualMachineDiskType values are the same.

Implicit(String to VirtualMachineDiskType)

Converts a string to a VirtualMachineDiskType.

Inequality(VirtualMachineDiskType, VirtualMachineDiskType)

Determines if two VirtualMachineDiskType values are not the same.

Applies to