Class DiskEncryptionSetParameters
java.lang.Object
com.azure.core.management.SubResource
com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters
- All Implemented Interfaces:
com.azure.json.JsonSerializable<com.azure.core.management.SubResource>
public final class DiskEncryptionSetParameters
extends com.azure.core.management.SubResource
Describes the parameter of customer managed disk encryption set resource id that can be specified for disk. **Note:**
The disk encryption set resource id can only be specified for managed disk. Please refer
https://aka.ms/mdssewithcmkoverview for more details.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of DiskEncryptionSetParameters class. -
Method Summary
Modifier and TypeMethodDescriptionstatic DiskEncryptionSetParametersfromJson(com.azure.json.JsonReader jsonReader) Reads an instance of DiskEncryptionSetParameters from the JsonReader.com.azure.json.JsonWritertoJson(com.azure.json.JsonWriter jsonWriter) voidvalidate()Validates the instance.Methods inherited from class com.azure.core.management.SubResource
idMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.azure.json.JsonSerializable
toJson, toJson, toJsonBytes, toJsonString
-
Constructor Details
-
DiskEncryptionSetParameters
public DiskEncryptionSetParameters()Creates an instance of DiskEncryptionSetParameters class.
-
-
Method Details
-
withId
- Overrides:
withIdin classcom.azure.core.management.SubResource
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
toJson
- Specified by:
toJsonin interfacecom.azure.json.JsonSerializable<com.azure.core.management.SubResource>- Overrides:
toJsonin classcom.azure.core.management.SubResource- Throws:
IOException
-
fromJson
public static DiskEncryptionSetParameters fromJson(com.azure.json.JsonReader jsonReader) throws IOException Reads an instance of DiskEncryptionSetParameters from the JsonReader.- Parameters:
jsonReader- The JsonReader being read.- Returns:
- An instance of DiskEncryptionSetParameters 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 DiskEncryptionSetParameters.
-