StorageProfileUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. StorageProfileUpdate
- com.
public final class StorageProfileUpdate
Defines the resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| StorageProfileUpdate() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Virtual |
disks()
Get the disks property: Gets or sets the list of virtual disks associated with the virtual machine. |
| void |
validate()
Validates the instance. |
|
Storage |
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:
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:
Returns: