DataDisk Class

Definition

Settings which will be used by the data disks associated to compute nodes in the pool.

public class DataDisk
type DataDisk = class
Public Class DataDisk
Inheritance
DataDisk

Constructors

DataDisk(Int32, Int32, Nullable<CachingType>, Nullable<StorageAccountType>)

Initializes a new instance of the DataDisk class.

Properties

Caching

Gets the type of caching to enable for the OS disk.

DiskSizeGB

Gets the initial disk size in gigabytes.

Lun

Gets the logical unit number.

StorageAccountType

Gets the storage account type to be used for the data disk.

Applies to