Class AttachDiskProperties
java.lang.Object
com.azure.resourcemanager.devtestlabs.models.AttachDiskProperties
- All Implemented Interfaces:
com.azure.json.JsonSerializable<AttachDiskProperties>
public final class AttachDiskProperties
extends Object
implements com.azure.json.JsonSerializable<AttachDiskProperties>
Properties of the disk to attach.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AttachDiskProperties
fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of AttachDiskProperties from the JsonReader.Get the leasedByLabVmId property: The resource ID of the Lab virtual machine to which the disk is attached.com.azure.json.JsonWriter
toJson
(com.azure.json.JsonWriter jsonWriter) void
validate()
Validates the instance.withLeasedByLabVmId
(String leasedByLabVmId) Set the leasedByLabVmId property: The resource ID of the Lab virtual machine to which the disk is attached.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
AttachDiskProperties
public AttachDiskProperties()Creates an instance of AttachDiskProperties class.
-
-
Method Details
-
leasedByLabVmId
Get the leasedByLabVmId property: The resource ID of the Lab virtual machine to which the disk is attached.- Returns:
- the leasedByLabVmId value.
-
withLeasedByLabVmId
Set the leasedByLabVmId property: The resource ID of the Lab virtual machine to which the disk is attached.- Parameters:
leasedByLabVmId
- the leasedByLabVmId value to set.- Returns:
- the AttachDiskProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
toJson
- Specified by:
toJson
in interfacecom.azure.json.JsonSerializable<AttachDiskProperties>
- Throws:
IOException
-
fromJson
public static AttachDiskProperties fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of AttachDiskProperties from the JsonReader.- Parameters:
jsonReader
- The JsonReader being read.- Returns:
- An instance of AttachDiskProperties if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.
- Throws:
IOException
- If an error occurs while reading the AttachDiskProperties.
-