IWithManagedDataDisk.WithNewDataDisk Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Azure SDK for .NET