ParentT
- the stage of the parent definition to return to after attaching this definitionpublic static interface VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithDiskSource<ParentT>
Modifier and Type | Method and Description |
---|---|
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> |
fromImage(int imageLun)
Specifies the image LUN identifier of the source disk image.
|
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> |
withNewVhd(int sizeInGB)
specifies that unmanaged disk needs to be created with a new VHD of given size.
|
VirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithNewVhdDiskSettings<ParentT> withNewVhd(int sizeInGB)
sizeInGB
- the initial disk size in GBVirtualMachineScaleSetUnmanagedDataDisk.DefinitionStages.WithFromImageDiskSettings<ParentT> fromImage(int imageLun)
imageLun
- the LUNCopyright © 2019. All rights reserved.