Delen via


DataDisk Constructors

Definitie

Overloads

DataDisk()

Initialiseert een nieuw exemplaar van de klasse DataDisk.

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

Initialiseert een nieuw exemplaar van de klasse DataDisk.

DataDisk()

Initialiseert een nieuw exemplaar van de klasse DataDisk.

public DataDisk ();
Public Sub New ()

Van toepassing op

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

Initialiseert een nieuw exemplaar van de klasse DataDisk.

public DataDisk (int lun, int diskSizeGB, Microsoft.Azure.Management.Batch.Models.CachingType? caching = default, Microsoft.Azure.Management.Batch.Models.StorageAccountType? storageAccountType = default);
new Microsoft.Azure.Management.Batch.Models.DataDisk : int * int * Nullable<Microsoft.Azure.Management.Batch.Models.CachingType> * Nullable<Microsoft.Azure.Management.Batch.Models.StorageAccountType> -> Microsoft.Azure.Management.Batch.Models.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

Het logische eenheidsnummer.

diskSizeGB
Int32

De initiƫle schijfgrootte in GB bij het maken van een nieuwe gegevensschijf.

caching
Nullable<CachingType>

Het type caching dat moet worden ingeschakeld voor de gegevensschijven.

storageAccountType
Nullable<StorageAccountType>

Het type opslagaccount dat moet worden gebruikt voor de gegevensschijf.

Van toepassing op