Compartir vía


StorageProfile Class

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

public class StorageProfile

Describes a storage profile.

Method Summary

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

Get the dataDisks value.

ImageReferenceInner imageReference()

Get the imageReference value.

OSDisk osDisk()

Get the osDisk value.

StorageProfile withDataDisks(List<DataDisk> dataDisks)

Set the dataDisks value.

StorageProfile withImageReference(ImageReferenceInner imageReference)

Set the imageReference value.

StorageProfile withOsDisk(OSDisk osDisk)

Set the osDisk value.

Method Details

dataDisks

public List dataDisks()

Get the dataDisks value.

Returns:

the dataDisks value

imageReference

public ImageReferenceInner imageReference()

Get the imageReference value.

Returns:

the imageReference value

osDisk

public OSDisk osDisk()

Get the osDisk value.

Returns:

the osDisk value

withDataDisks

public StorageProfile withDataDisks(List dataDisks)

Set the dataDisks value.

Parameters:

dataDisks - the dataDisks value to set

Returns:

the StorageProfile object itself.

withImageReference

public StorageProfile withImageReference(ImageReferenceInner imageReference)

Set the imageReference value.

Parameters:

imageReference - the imageReference value to set

Returns:

the StorageProfile object itself.

withOsDisk

public StorageProfile withOsDisk(OSDisk osDisk)

Set the osDisk value.

Parameters:

osDisk - the osDisk value to set

Returns:

the StorageProfile object itself.

Applies to