Udostępnij za pośrednictwem


DataDisk Konstruktory

Definicja

Przeciążenia

DataDisk()

Inicjuje nowe wystąpienie klasy DataDisk.

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

Inicjuje nowe wystąpienie klasy DataDisk.

DataDisk()

Inicjuje nowe wystąpienie klasy DataDisk.

public DataDisk ();
Public Sub New ()

Dotyczy

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

Inicjuje nowe wystąpienie klasy 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)

Parametry

lun
Int32

Numer jednostki logicznej.

diskSizeGB
Int32

Początkowy rozmiar dysku w GB podczas tworzenia nowego dysku danych.

caching
Nullable<CachingType>

Typ buforowania, który ma być włączony dla dysków danych.

storageAccountType
Nullable<StorageAccountType>

Typ konta magazynu, który ma być używany dla dysku danych.

Dotyczy