DiffDiskPlacement Struct

Definition

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.

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.

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