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.
Applies to
Spolupracujte s námi na GitHubu
Zdroj tohoto obsahu najdete na GitHubu, kde můžete také vytvářet a kontrolovat problémy a žádosti o přijetí změn. Další informace najdete v našem průvodci pro přispěvatele.
Azure SDK for Java