StorageProfileUpdate Class

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

public final class StorageProfileUpdate

Defines the resource properties.

Constructor Summary

Constructor Description
StorageProfileUpdate()

Method Summary

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

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

void validate()

Validates the instance.

StorageProfileUpdate withDisks(List<VirtualDiskUpdate> 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

StorageProfileUpdate

public StorageProfileUpdate()

Method Details

disks

public List<VirtualDiskUpdate> 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 StorageProfileUpdate withDisks(List<VirtualDiskUpdate> 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 StorageProfileUpdate object itself.

Applies to