次の方法で共有


VirtualMachineScaleSetStorageProfile Class

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

public class VirtualMachineScaleSetStorageProfile

Describes a virtual machine scale set storage profile.

Method Summary

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

Get the dataDisks value.

ImageReferenceInner imageReference()

Get the imageReference value.

VirtualMachineScaleSetOSDisk osDisk()

Get the osDisk value.

VirtualMachineScaleSetStorageProfile withDataDisks(List<VirtualMachineScaleSetDataDisk> dataDisks)

Set the dataDisks value.

VirtualMachineScaleSetStorageProfile withImageReference(ImageReferenceInner imageReference)

Set the imageReference value.

VirtualMachineScaleSetStorageProfile withOsDisk(VirtualMachineScaleSetOSDisk 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 VirtualMachineScaleSetOSDisk osDisk()

Get the osDisk value.

Returns:

the osDisk value

withDataDisks

public VirtualMachineScaleSetStorageProfile withDataDisks(List dataDisks)

Set the dataDisks value.

Parameters:

dataDisks - the dataDisks value to set

Returns:

the VirtualMachineScaleSetStorageProfile object itself.

withImageReference

public VirtualMachineScaleSetStorageProfile withImageReference(ImageReferenceInner imageReference)

Set the imageReference value.

Parameters:

imageReference - the imageReference value to set

Returns:

the VirtualMachineScaleSetStorageProfile object itself.

withOsDisk

public VirtualMachineScaleSetStorageProfile withOsDisk(VirtualMachineScaleSetOSDisk osDisk)

Set the osDisk value.

Parameters:

osDisk - the osDisk value to set

Returns:

the VirtualMachineScaleSetStorageProfile object itself.

Applies to