DataDisk Constructor

Definition

Initializes a new instance of the DataDisk class.

public DataDisk (int lun, int diskSizeGB, Microsoft.Azure.Batch.Common.CachingType? caching = default, Microsoft.Azure.Batch.Common.StorageAccountType? storageAccountType = default);
new Microsoft.Azure.Batch.DataDisk : int * int * Nullable<Microsoft.Azure.Batch.Common.CachingType> * Nullable<Microsoft.Azure.Batch.Common.StorageAccountType> -> Microsoft.Azure.Batch.DataDisk
Public Sub New (lun As Integer, diskSizeGB As Integer, Optional caching As Nullable(Of CachingType) = Nothing, Optional storageAccountType As Nullable(Of StorageAccountType) = Nothing)

Parameters

lun
Int32

The logical unit number.

diskSizeGB
Int32

The initial disk size in gigabytes.

caching
Nullable<CachingType>

The type of caching to enable for the OS disk.

storageAccountType
Nullable<StorageAccountType>

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

Applies to