你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ImageStorageProfile Class
- java.
lang. Object - com.
microsoft. azure. management. compute. ImageStorageProfile
- com.
public class ImageStorageProfile
Describes a storage profile.
Method Summary
Modifier and Type | Method and Description |
---|---|
List<Image |
dataDisks()
Get the dataDisks value. |
Image |
osDisk()
Get the osDisk value. |
Image |
withDataDisks(List<ImageDataDisk> dataDisks)
Set the dataDisks value. |
Image |
withOsDisk(ImageOSDisk osDisk)
Set the osDisk value. |
Method Details
dataDisks
public List
Get the dataDisks value.
Returns:
the dataDisks value
osDisk
public ImageOSDisk osDisk()
Get the osDisk value.
Returns:
the osDisk value
withDataDisks
public ImageStorageProfile withDataDisks(List
Set the dataDisks value.
Parameters:
dataDisks
- the dataDisks value to set
Returns:
the ImageStorageProfile object itself.
withOsDisk
public ImageStorageProfile withOsDisk(ImageOSDisk osDisk)
Set the osDisk value.
Parameters:
osDisk
- the osDisk value to set
Returns:
the ImageStorageProfile object itself.