次の方法で共有


ImageStorageProfile Class

  • java.lang.Object
    • com.microsoft.azure.management.compute.ImageStorageProfile

public class ImageStorageProfile

Describes a storage profile.

Method Summary

Modifier and Type Method and Description
List<ImageDataDisk> dataDisks()

Get the dataDisks value.

ImageOSDisk osDisk()

Get the osDisk value.

ImageStorageProfile withDataDisks(List<ImageDataDisk> dataDisks)

Set the dataDisks value.

ImageStorageProfile withOsDisk(ImageOSDisk osDisk)

Set the osDisk value.

Method Details

dataDisks

public List dataDisks()

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 dataDisks)

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