Partager via


IWithManagedDataDisk.WithNewDataDisk Méthode

Définition

Surcharges

WithNewDataDisk(Int32)

Spécifie qu’un disque managé doit être créé implicitement avec la taille donnée.

WithNewDataDisk(Int32, Int32, CachingTypes)

Spécifie qu’un disque managé doit être créé implicitement avec les paramètres donnés.

WithNewDataDisk(Int32, Int32, CachingTypes, StorageAccountTypes)

Spécifie qu’un disque managé doit être créé implicitement avec les paramètres donnés.

WithNewDataDisk(Int32)

Spécifie qu’un disque managé doit être créé implicitement avec la taille donnée.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB);
abstract member WithNewDataDisk : int -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer) As IWithApply

Paramètres

sizeInGB
Int32

Taille du disque managé.

Retours

S’applique à

WithNewDataDisk(Int32, Int32, CachingTypes)

Spécifie qu’un disque managé doit être créé implicitement avec les paramètres donnés.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB, int lun, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType);
abstract member WithNewDataDisk : int * int * Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer, lun As Integer, cachingType As CachingTypes) As IWithApply

Paramètres

sizeInGB
Int32

Taille du disque managé.

lun
Int32

LUN de disque.

cachingType
CachingTypes

Type de mise en cache.

Retours

S’applique à

WithNewDataDisk(Int32, Int32, CachingTypes, StorageAccountTypes)

Spécifie qu’un disque managé doit être créé implicitement avec les paramètres donnés.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply WithNewDataDisk (int sizeInGB, int lun, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType);
abstract member WithNewDataDisk : int * int * Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSet.Update.IWithApply
Public Function WithNewDataDisk (sizeInGB As Integer, lun As Integer, cachingType As CachingTypes, storageAccountType As StorageAccountTypes) As IWithApply

Paramètres

sizeInGB
Int32

Taille du disque managé.

lun
Int32

LUN de disque.

cachingType
CachingTypes

Type de mise en cache.

storageAccountType
StorageAccountTypes

Type de compte de stockage.

Retours

S’applique à