public static interface VirtualMachineScaleSet.UpdateStages.WithManagedDataDisk
| Modifier and Type | Method and Description |
|---|---|
VirtualMachineScaleSet.UpdateStages.WithApply |
withNewDataDisk(int sizeInGB)
Specifies that a managed disk needs to be created implicitly with the given size.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType)
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachineScaleSet.UpdateStages.WithApply |
withoutDataDisk(int lun)
Detaches managed data disk with the given LUN from the virtual machine scale set instances.
|
VirtualMachineScaleSet.UpdateStages.WithApply withNewDataDisk(int sizeInGB)
sizeInGB - the size of the managed diskVirtualMachineScaleSet.UpdateStages.WithApply withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType)
sizeInGB - the size of the managed disklun - the disk LUNcachingType - the caching typeVirtualMachineScaleSet.UpdateStages.WithApply withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType, StorageAccountTypes storageAccountType)
sizeInGB - the size of the managed disklun - the disk LUNcachingType - the caching typestorageAccountType - the storage account typeVirtualMachineScaleSet.UpdateStages.WithApply withoutDataDisk(int lun)
lun - the disk LUNCopyright © 2019. All rights reserved.