Share via


DiffDiskPlacement Struct

Definition

AccessDiffDiskPlacementScope enums.

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