DiffDiskPlacement 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.
Specifies the ephemeral disk placement for operating system disk. This property can be used by user in the request to choose the location i.e, cache disk, resource disk or nvme disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer Ephemeral OS disk size requirements for Windows VM at https://docs.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VM at https://docs.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements. Minimum api-version for NvmeDisk: 2024-03-01.
public readonly struct DiffDiskPlacement : IEquatable<Azure.ResourceManager.Compute.Models.DiffDiskPlacement>
type DiffDiskPlacement = struct
Public Structure DiffDiskPlacement
Implements IEquatable(Of DiffDiskPlacement)
- Inheritance
-
DiffDiskPlacement
- Implements
Constructors
DiffDiskPlacement(String) |
Initializes a new instance of DiffDiskPlacement. |
Properties
CacheDisk |
CacheDisk. |
NvmeDisk |
NvmeDisk. |
ResourceDisk |
ResourceDisk. |
Methods
Equals(DiffDiskPlacement) |
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(DiffDiskPlacement, DiffDiskPlacement) |
Determines if two DiffDiskPlacement values are the same. |
Implicit(String to DiffDiskPlacement) |
Converts a String to a DiffDiskPlacement. |
Inequality(DiffDiskPlacement, DiffDiskPlacement) |
Determines if two DiffDiskPlacement values are not the same. |
Applies to
Azure SDK for .NET