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