Partager via


DataDisk Constructeur

Définition

Initialise une nouvelle instance de la classe DataDisk.

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)

Paramètres

lun
Int32

Numéro d’unité logique.

diskSizeGB
Int32

Taille de disque initiale en gigaoctets.

caching
Nullable<CachingType>

Type de mise en cache à activer pour le disque du système d’exploitation.

storageAccountType
Nullable<StorageAccountType>

Type de compte de stockage à utiliser pour le disque de données.

S’applique à