StorageProfile Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. StorageProfile
- com.
public final class StorageProfile
Defines the resource properties.
Constructor Summary
| Constructor | Description | |
|---|---|---|
| StorageProfile() | ||
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<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:
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:
Returns: