VirtualMachineScaleSet.DefinitionStages.WithManagedDataDisk Interface
public interface WithManagedDataDisk
The stage of a virtual machine scale set definition allowing to specify managed data disks.
Method Summary
Method Details
withNewDataDisk
public WithManagedCreate withNewDataDisk(int sizeInGB)
Specifies that a managed disk needs to be created implicitly with the given size.
Parameters:
Returns:
withNewDataDisk
public WithManagedCreate withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType)
Specifies that a managed disk needs to be created implicitly with the given settings.
Parameters:
Returns:
withNewDataDisk
public WithManagedCreate withNewDataDisk(int sizeInGB, int lun, CachingTypes cachingType, StorageAccountTypes storageAccountType)
Specifies that a managed disk needs to be created implicitly with the given settings.
Parameters:
Returns:
withNewDataDiskFromImage
public WithManagedCreate withNewDataDiskFromImage(int imageLun)
Specifies the data disk to be created from the data disk image in the virtual machine image.
Parameters:
Returns:
withNewDataDiskFromImage
public 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.
Parameters:
Returns:
withNewDataDiskFromImage
public 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.
Parameters:
Returns:
Applies to
Azure SDK for Java