public class VirtualMachineScaleSetUpdateStorageProfile extends Object
| Constructor and Description |
|---|
VirtualMachineScaleSetUpdateStorageProfile() |
| Modifier and Type | Method and Description |
|---|---|
List<VirtualMachineScaleSetDataDisk> |
dataDisks()
Get the data disks.
|
ImageReference |
imageReference()
Get the image reference.
|
VirtualMachineScaleSetUpdateOSDisk |
osDisk()
Get the OS disk.
|
VirtualMachineScaleSetUpdateStorageProfile |
withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
Set the data disks.
|
VirtualMachineScaleSetUpdateStorageProfile |
withImageReference(ImageReference imageReference)
Set the image reference.
|
VirtualMachineScaleSetUpdateStorageProfile |
withOsDisk(VirtualMachineScaleSetUpdateOSDisk osDisk)
Set the OS disk.
|
public VirtualMachineScaleSetUpdateStorageProfile()
public ImageReference imageReference()
public VirtualMachineScaleSetUpdateStorageProfile withImageReference(ImageReference imageReference)
imageReference - the imageReference value to setpublic VirtualMachineScaleSetUpdateOSDisk osDisk()
public VirtualMachineScaleSetUpdateStorageProfile withOsDisk(VirtualMachineScaleSetUpdateOSDisk osDisk)
osDisk - the osDisk value to setpublic List<VirtualMachineScaleSetDataDisk> dataDisks()
public VirtualMachineScaleSetUpdateStorageProfile withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)
dataDisks - the dataDisks value to setCopyright © 2019. All rights reserved.