다음을 통해 공유


DiffDiskPlacement Struct

Definition

Specifies the ephemeral disk placement for operating system disk for all compute nodes (VMs) in the pool. This property can be used by user in the request to choose which location the operating system should be in. e.g., cache disk space for Ephemeral OS disk provisioning. For more information on Ephemeral OS disk size requirements, please refer to Ephemeral OS disk size requirements for Windows VMs at https://learn.microsoft.com/azure/virtual-machines/windows/ephemeral-os-disks#size-requirements and Linux VMs at https://learn.microsoft.com/azure/virtual-machines/linux/ephemeral-os-disks#size-requirements.

public readonly struct DiffDiskPlacement : IEquatable<Azure.Compute.Batch.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

The Ephemeral OS Disk is stored on the VM cache.

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