DiskFileFormat 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.
The format of the actual VHD file [vhd, vhdx].
public readonly struct DiskFileFormat : IEquatable<Azure.ResourceManager.Hci.Models.DiskFileFormat>
type DiskFileFormat = struct
Public Structure DiskFileFormat
Implements IEquatable(Of DiskFileFormat)
- Inheritance
-
DiskFileFormat
- Implements
Constructors
DiskFileFormat(String) |
Initializes a new instance of DiskFileFormat. |
Properties
Vhd |
vhd. |
Vhdx |
vhdx. |
Methods
Equals(DiskFileFormat) |
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(DiskFileFormat, DiskFileFormat) |
Determines if two DiskFileFormat values are the same. |
Implicit(String to DiskFileFormat) |
Converts a string to a DiskFileFormat. |
Inequality(DiskFileFormat, DiskFileFormat) |
Determines if two DiskFileFormat values are not the same. |
Applies to
Azure SDK for .NET