public static interface VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
withNewDataDisk(int sizeInGB)
Specifies that a managed disk needs to be created implicitly with the given size.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType)
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
withNewDataDisk(int sizeInGB,
int lun,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies that a managed disk needs to be created implicitly with the given settings.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
withNewDataDiskFromImage(int imageLun)
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
withNewDataDiskFromImage(int imageLun,
int newSizeInGB,
CachingTypes cachingType)
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate |
withNewDataDiskFromImage(int imageLun,
int newSizeInGB,
CachingTypes cachingType,
StorageAccountTypes storageAccountType)
Specifies the data disk to be created from the data disk image in the virtual machine image.
|
VirtualMachineScaleSet.DefinitionStages.WithManagedCreate withNewDataDisk(int sizeInGB)
sizeInGB
- the size of the managed diskVirtualMachineScaleSet.DefinitionStages.WithManagedCreate withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType)
sizeInGB
- the size of the managed disklun
- the disk LUNcachingType
- the caching typeVirtualMachineScaleSet.DefinitionStages.WithManagedCreate 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.DefinitionStages.WithManagedCreate withNewDataDiskFromImage(int imageLun)
imageLun
- the LUN of the source data disk imageVirtualMachineScaleSet.DefinitionStages.WithManagedCreate withNewDataDiskFromImage(int imageLun, int newSizeInGB, CachingTypes cachingType)
imageLun
- the LUN of the source data disk imagenewSizeInGB
- the new size that overrides the default size specified in the data disk imagecachingType
- the caching typeVirtualMachineScaleSet.DefinitionStages.WithManagedCreate withNewDataDiskFromImage(int imageLun, int newSizeInGB, CachingTypes cachingType, StorageAccountTypes storageAccountType)
imageLun
- the LUN of the source data disk imagenewSizeInGB
- the new size that overrides the default size specified in the data disk imagecachingType
- the caching typestorageAccountType
- the storage account typeCopyright © 2019. All rights reserved.