ComputeFleetDiffDiskPlacement 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 or resource 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 ComputeFleetDiffDiskPlacement : IEquatable<Azure.ResourceManager.ComputeFleet.Models.ComputeFleetDiffDiskPlacement>
type ComputeFleetDiffDiskPlacement = struct
Public Structure ComputeFleetDiffDiskPlacement
Implements IEquatable(Of ComputeFleetDiffDiskPlacement)
- Inheritance
-
ComputeFleetDiffDiskPlacement
- Implements
Constructors
ComputeFleetDiffDiskPlacement(String) |
Initializes a new instance of ComputeFleetDiffDiskPlacement. |
Properties
CacheDisk |
CacheDisk option. |
NvmeDisk |
NvmeDisk option. |
ResourceDisk |
Resource Disk option. |
Methods
Equals(ComputeFleetDiffDiskPlacement) |
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(ComputeFleetDiffDiskPlacement, ComputeFleetDiffDiskPlacement) |
Determines if two ComputeFleetDiffDiskPlacement values are the same. |
Implicit(String to ComputeFleetDiffDiskPlacement) |
Converts a String to a ComputeFleetDiffDiskPlacement. |
Inequality(ComputeFleetDiffDiskPlacement, ComputeFleetDiffDiskPlacement) |
Determines if two ComputeFleetDiffDiskPlacement values are not the same. |
Applies to
Azure SDK for .NET