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
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java