VirtualMachineDiskType Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET