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 Details

    • DiskEncryptionSetParameters

      public DiskEncryptionSetParameters()
      Creates an instance of DiskEncryptionSetParameters class.
  • Method Details

    • withId

      public DiskEncryptionSetParameters withId(String id)
      Overrides:
      withId in class com.azure.core.management.SubResource
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.
    • toJson

      public com.azure.json.JsonWriter toJson(com.azure.json.JsonWriter jsonWriter) throws IOException
      Specified by:
      toJson in interface com.azure.json.JsonSerializable<com.azure.core.management.SubResource>
      Overrides:
      toJson in class com.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.