StorageProfile Class

  • java.lang.Object
    • com.azure.resourcemanager.scvmm.models.StorageProfile

public final class StorageProfile

Defines the resource properties.

Constructor Summary

Constructor Description
StorageProfile()

Method Summary

Modifier and Type Method and Description
List<VirtualDisk> disks()

Get the disks property: Gets or sets the list of virtual disks associated with the virtual machine.

void validate()

Validates the instance.

StorageProfile withDisks(List<VirtualDisk> disks)

Set the disks property: Gets or sets the list of virtual disks associated with the virtual machine.

Methods inherited from java.lang.Object

Constructor Details

StorageProfile

public StorageProfile()

Method Details

disks

public List<VirtualDisk> disks()

Get the disks property: Gets or sets the list of virtual disks associated with the virtual machine.

Returns:

the disks value.

validate

public void validate()

Validates the instance.

withDisks

public StorageProfile withDisks(List<VirtualDisk> disks)

Set the disks property: Gets or sets the list of virtual disks associated with the virtual machine.

Parameters:

disks - the disks value to set.

Returns:

the StorageProfile object itself.

Applies to