### YamlMime:JavaType uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption" name: "RestorePointEncryption" nameWithType: "RestorePointEncryption" summary: "Encryption at rest settings for disk restore point." inheritances: - "" inheritedClassMethods: - classRef: "java.lang.Object" methodsRef: - "clone" - "equals" - "finalize" - "getClass" - "hashCode" - "notify" - "notifyAll" - "toString" - "wait" - "wait" - "wait" syntax: "public final class **RestorePointEncryption**
implements <>" constructors: - uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption.RestorePointEncryption()" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption.RestorePointEncryption()" name: "RestorePointEncryption()" nameWithType: "RestorePointEncryption.RestorePointEncryption()" summary: "Creates an instance of RestorePointEncryption class." syntax: "public RestorePointEncryption()" desc: "Creates an instance of RestorePointEncryption class." methods: - uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption.diskEncryptionSet()" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption.diskEncryptionSet()" name: "diskEncryptionSet()" nameWithType: "RestorePointEncryption.diskEncryptionSet()" summary: "Get the diskEncryptionSet property: Describes the parameter of customer managed disk encryption set resource id that can be specified for disk." syntax: "public DiskEncryptionSetParameters diskEncryptionSet()" desc: "Get the diskEncryptionSet property: 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." returns: description: "the diskEncryptionSet value." type: "" - uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption.fromJson(com.azure.json.JsonReader)" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption.fromJson(JsonReader jsonReader)" name: "fromJson(JsonReader jsonReader)" nameWithType: "RestorePointEncryption.fromJson(JsonReader jsonReader)" summary: "Reads an instance of RestorePointEncryption from the JsonReader." modifiers: - "static" parameters: - description: "The JsonReader being read." name: "jsonReader" type: "" syntax: "public static RestorePointEncryption fromJson(JsonReader jsonReader)" exceptions: - description: "If an error occurs while reading the RestorePointEncryption." type: "IOException" desc: "Reads an instance of RestorePointEncryption from the JsonReader." returns: description: "An instance of RestorePointEncryption if the JsonReader was pointing to an instance of it, or null if it\n was pointing to JSON null." type: "" - uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption.toJson(com.azure.json.JsonWriter)" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption.toJson(JsonWriter jsonWriter)" name: "toJson(JsonWriter jsonWriter)" nameWithType: "RestorePointEncryption.toJson(JsonWriter jsonWriter)" parameters: - name: "jsonWriter" type: "" syntax: "public JsonWriter toJson(JsonWriter jsonWriter)" exceptions: - type: "IOException" returns: type: "" - uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption.type()" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption.type()" name: "type()" nameWithType: "RestorePointEncryption.type()" summary: "Get the type property: The type of key used to encrypt the data of the disk restore point." syntax: "public RestorePointEncryptionType type()" desc: "Get the type property: The type of key used to encrypt the data of the disk restore point." returns: description: "the type value." type: "" - uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption.validate()" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption.validate()" name: "validate()" nameWithType: "RestorePointEncryption.validate()" summary: "Validates the instance." syntax: "public void validate()" desc: "Validates the instance." - uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption.withDiskEncryptionSet(com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters)" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)" name: "withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)" nameWithType: "RestorePointEncryption.withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)" summary: "Set the diskEncryptionSet property: Describes the parameter of customer managed disk encryption set resource id that can be specified for disk." parameters: - description: "the diskEncryptionSet value to set." name: "diskEncryptionSet" type: "" syntax: "public RestorePointEncryption withDiskEncryptionSet(DiskEncryptionSetParameters diskEncryptionSet)" desc: "Set the diskEncryptionSet property: 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." returns: description: "the RestorePointEncryption object itself." type: "" - uid: "com.azure.resourcemanager.compute.models.RestorePointEncryption.withType(com.azure.resourcemanager.compute.models.RestorePointEncryptionType)" fullName: "com.azure.resourcemanager.compute.models.RestorePointEncryption.withType(RestorePointEncryptionType type)" name: "withType(RestorePointEncryptionType type)" nameWithType: "RestorePointEncryption.withType(RestorePointEncryptionType type)" summary: "Set the type property: The type of key used to encrypt the data of the disk restore point." parameters: - description: "the type value to set." name: "type" type: "" syntax: "public RestorePointEncryption withType(RestorePointEncryptionType type)" desc: "Set the type property: The type of key used to encrypt the data of the disk restore point." returns: description: "the RestorePointEncryption object itself." type: "" type: "class" desc: "Encryption at rest settings for disk restore point. It is an optional property that can be specified in the input while creating a restore point." implements: - "<>" metadata: {} package: "com.azure.resourcemanager.compute.models" artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.42.0