StorageProfileUpdate Class
- java.
lang. Object - com.
azure. resourcemanager. scvmm. models. StorageProfileUpdate
- com.
Implements
public final class StorageProfileUpdate
implements JsonSerializable<StorageProfileUpdate>
Defines the resource update properties.
Constructor Summary
| Constructor | Description |
|---|---|
| StorageProfileUpdate() |
Creates an instance of Storage |
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. |
|
static
Storage |
fromJson(JsonReader jsonReader)
Reads an instance of Storage |
|
Json |
toJson(JsonWriter jsonWriter) |
| 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()
Creates an instance of StorageProfileUpdate class.
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:
fromJson
public static StorageProfileUpdate fromJson(JsonReader jsonReader)
Reads an instance of StorageProfileUpdate from the JsonReader.
Parameters:
Returns:
Throws:
toJson
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: