Class DiskEncryptionSetParameters
- java.lang.Object
-
- com.azure.core.management.SubResource
-
- com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters
-
public final class DiskEncryptionSetParameters extends com.azure.core.management.SubResourceDescribes the parameter of customer managed disk encryption set resource id that can be specified for disk. <br><br> 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
Constructors Constructor Description DiskEncryptionSetParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.DiskEncryptionSetParameterswithId(String id)
-
-
-
Method Detail
-
withId
public DiskEncryptionSetParameters withId(String id)
- Overrides:
withIdin classcom.azure.core.management.SubResource
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-