I
InsightNexus

Class DiffDiskSettings | Azure SDK for .NET

Author

Michael Gray

Published Feb 16, 2026

Specifies the ephemeral Disk Settings for the operating system disk used by the compute node (VM).

Inheritance

System.Object

DiffDiskSettings

Namespace: System.Dynamic.ExpandoObject
Assembly: Microsoft.Azure.Batch.dll
Syntax
public class DiffDiskSettings

Constructors

DiffDiskSettings()

Initializes a new instance of the DiffDiskSettings class.

Declaration
public DiffDiskSettings ();

DiffDiskSettings(Nullable<DiffDiskPlacement>)

Initializes a new instance of the DiffDiskSettings class.

Declaration
public DiffDiskSettings (Nullable<Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement> placement = null);
Parameters
System.Nullable<DiffDiskPlacement> placement

Specifies the ephemeral disk placement for operating system disk for all VMs in the pool.

Properties

Placement

Gets or sets specifies the ephemeral disk placement for operating system disk for all VMs in the pool.

Declaration
[Newtonsoft.Json.JsonProperty(PropertyName="placement")]
public Nullable<Microsoft.Azure.Batch.Protocol.Models.DiffDiskPlacement> Placement { get; set; }
Property Value