public class VirtualMachineScaleSetStorageProfile extends Object
Constructor and Description |
---|
VirtualMachineScaleSetStorageProfile() |
Modifier and Type | Method and Description |
---|---|
List<VirtualMachineScaleSetDataDisk> |
dataDisks()
Get specifies the parameters that are used to add data disks to the virtual machines in the scale set.
|
ImageReference |
imageReference()
Get specifies information about the image to use.
|
VirtualMachineScaleSetOSDisk |
osDisk()
Get specifies information about the operating system disk used by the virtual machines in the scale set.
|
VirtualMachineScaleSetStorageProfile |
withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
Set specifies the parameters that are used to add data disks to the virtual machines in the scale set.
|
VirtualMachineScaleSetStorageProfile |
withImageReference(ImageReference imageReference)
Set specifies information about the image to use.
|
VirtualMachineScaleSetStorageProfile |
withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
Set specifies information about the operating system disk used by the virtual machines in the scale set.
|
public VirtualMachineScaleSetStorageProfile()
public ImageReference imageReference()
public VirtualMachineScaleSetStorageProfile withImageReference(ImageReference imageReference)
imageReference
- the imageReference value to setpublic VirtualMachineScaleSetOSDisk osDisk()
public VirtualMachineScaleSetStorageProfile withOsDisk(VirtualMachineScaleSetOSDisk osDisk)
osDisk
- the osDisk value to setpublic List<VirtualMachineScaleSetDataDisk> dataDisks()
public VirtualMachineScaleSetStorageProfile withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
dataDisks
- the dataDisks value to setCopyright © 2019. All rights reserved.