DiskImageFileFormat 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.
Used to specify the file format when making request for SAS on a VHDX file format snapshot.
public readonly struct DiskImageFileFormat : IEquatable<Azure.ResourceManager.Compute.Models.DiskImageFileFormat>
type DiskImageFileFormat = struct
Public Structure DiskImageFileFormat
Implements IEquatable(Of DiskImageFileFormat)
- Inheritance
-
DiskImageFileFormat
- Implements
Constructors
DiskImageFileFormat(String) |
Initializes a new instance of DiskImageFileFormat. |
Properties
Vhd |
A VHD file is a disk image file in the Virtual Hard Disk file format. |
Vhdx |
A VHDX file is a disk image file in the Virtual Hard Disk v2 file format. |
Methods
Equals(DiskImageFileFormat) |
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(DiskImageFileFormat, DiskImageFileFormat) |
Determines if two DiskImageFileFormat values are the same. |
Implicit(String to DiskImageFileFormat) |
Converts a String to a DiskImageFileFormat. |
Inequality(DiskImageFileFormat, DiskImageFileFormat) |
Determines if two DiskImageFileFormat values are not the same. |
Applies to
Azure SDK for .NET