StorageProfile 类
定义
Describes a storage profile.
public class StorageProfile
- 继承
-
java.lang.ObjectStorageProfile
方法
dataDisks() |
Get the dataDisks value.
|
imageReference() |
Get the imageReference value.
|
osDisk() |
Get the osDisk value.
|
withDataDisks(List<DataDisk> dataDisks) |
Set the dataDisks value.
|
withImageReference(ImageReferenceInner imageReference) |
Set the imageReference value.
|
withOsDisk(OSDisk osDisk) |
Set the osDisk value.
|