Partager via


IUpdate.WithExistingDataDisk Méthode

Définition

Surcharges

WithExistingDataDisk(IDisk, Int32, CachingTypes)

Attache un disque de données existant à cette machine virtuelle VMSS.

WithExistingDataDisk(IDisk, Int32, CachingTypes, StorageAccountTypes)

Attache un disque de données existant à cette machine virtuelle VMSS.

WithExistingDataDisk(IDisk, Int32, CachingTypes)

Attache un disque de données existant à cette machine virtuelle VMSS.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetVM.Update.IUpdate WithExistingDataDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk disk, int lun, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType);
abstract member WithExistingDataDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk * int * Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetVM.Update.IUpdate
Public Function WithExistingDataDisk (disk As IDisk, lun As Integer, cachingType As CachingTypes) As IUpdate

Paramètres

disk
IDisk

le disque de données doit être à l’état DiskState.UNATTACHED

lun
Int32

la LUN de disque, ne peut pas entrer en conflit avec les LUN existantes

cachingType
CachingTypes

type de mise en cache

Retours

étape suivante de la mise à jour

S’applique à

WithExistingDataDisk(IDisk, Int32, CachingTypes, StorageAccountTypes)

Attache un disque de données existant à cette machine virtuelle VMSS.

public Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetVM.Update.IUpdate WithExistingDataDisk (Microsoft.Azure.Management.Compute.Fluent.IDisk disk, int lun, Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes cachingType, Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes storageAccountType);
abstract member WithExistingDataDisk : Microsoft.Azure.Management.Compute.Fluent.IDisk * int * Microsoft.Azure.Management.Compute.Fluent.Models.CachingTypes * Microsoft.Azure.Management.Compute.Fluent.Models.StorageAccountTypes -> Microsoft.Azure.Management.Compute.Fluent.VirtualMachineScaleSetVM.Update.IUpdate
Public Function WithExistingDataDisk (disk As IDisk, lun As Integer, cachingType As CachingTypes, storageAccountType As StorageAccountTypes) As IUpdate

Paramètres

disk
IDisk

le disque de données doit être à l’état DiskState.UNATTACHED

lun
Int32

la LUN de disque, ne peut pas entrer en conflit avec les LUN existantes

cachingType
CachingTypes

type de mise en cache

storageAccountType
StorageAccountTypes

type de compte de stockage

Retours

étape suivante de la mise à jour

S’applique à