azure-docs-sdk-java/docs-ref-autogen/com.azure.resourcemanager.c...

93 строки
7.7 KiB
YAML
Исходник Обычный вид История

### 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:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "java.lang.<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html\">Object</a>"
methodsRef:
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#clone--\">clone</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#equals-java.lang.Object-\">equals</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#finalize--\">finalize</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#getClass--\">getClass</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#hashCode--\">hashCode</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notify--\">notify</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#notifyAll--\">notifyAll</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#toString--\">toString</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait--\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-\">wait</a>"
- "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html#wait-long-int-\">wait</a>"
syntax: "public final class **RestorePointEncryption**"
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 Restore<wbr>Point<wbr>Encryption 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 disk<wbr>Encryption<wbr>Set 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: "<xref href=\"com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters?alt=com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters&text=DiskEncryptionSetParameters\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.azure.resourcemanager.compute.models.RestorePointEncryptionType?alt=com.azure.resourcemanager.compute.models.RestorePointEncryptionType&text=RestorePointEncryptionType\" data-throw-if-not-resolved=\"False\" />"
- 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 disk<wbr>Encryption<wbr>Set 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: "<xref href=\"com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters?alt=com.azure.resourcemanager.compute.models.DiskEncryptionSetParameters&text=DiskEncryptionSetParameters\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.azure.resourcemanager.compute.models.RestorePointEncryption?alt=com.azure.resourcemanager.compute.models.RestorePointEncryption&text=RestorePointEncryption\" data-throw-if-not-resolved=\"False\" />"
- 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: "<xref href=\"com.azure.resourcemanager.compute.models.RestorePointEncryptionType?alt=com.azure.resourcemanager.compute.models.RestorePointEncryptionType&text=RestorePointEncryptionType\" data-throw-if-not-resolved=\"False\" />"
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: "<xref href=\"com.azure.resourcemanager.compute.models.RestorePointEncryption?alt=com.azure.resourcemanager.compute.models.RestorePointEncryption&text=RestorePointEncryption\" data-throw-if-not-resolved=\"False\" />"
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."
metadata: {}
package: "com.azure.resourcemanager.compute.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-compute:2.41.0