Udostępnij za pośrednictwem


DiskImageFileFormat Struct

Definition

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