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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java