azure-docs-sdk-java/legacy/docs-ref-autogen/com.azure.resourcemanager.s...

117 строки
8.3 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails"
name: "EncryptionKeyDetails"
nameWithType: "EncryptionKeyDetails"
summary: "Specifies the encryption key properties."
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 **EncryptionKeyDetails**"
constructors:
- uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.EncryptionKeyDetails()"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.EncryptionKeyDetails()"
name: "EncryptionKeyDetails()"
nameWithType: "EncryptionKeyDetails.EncryptionKeyDetails()"
summary: "Creates an instance of Encryption<wbr>Key<wbr>Details class."
syntax: "public EncryptionKeyDetails()"
desc: "Creates an instance of EncryptionKeyDetails class."
methods:
- uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.kekType()"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.kekType()"
name: "kekType()"
nameWithType: "EncryptionKeyDetails.kekType()"
summary: "Get the kek<wbr>Type property: The type of kek encryption key."
syntax: "public EncryptionKekType kekType()"
desc: "Get the kekType property: The type of kek encryption key."
returns:
description: "the kekType value."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.EncryptionKekType?alt=com.azure.resourcemanager.storageimportexport.models.EncryptionKekType&text=EncryptionKekType\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.kekUrl()"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.kekUrl()"
name: "kekUrl()"
nameWithType: "EncryptionKeyDetails.kekUrl()"
summary: "Get the kek<wbr>Url property: Specifies the url for kek encryption key."
syntax: "public String kekUrl()"
desc: "Get the kekUrl property: Specifies the url for kek encryption key."
returns:
description: "the kekUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.kekVaultResourceId()"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.kekVaultResourceId()"
name: "kekVaultResourceId()"
nameWithType: "EncryptionKeyDetails.kekVaultResourceId()"
summary: "Get the kek<wbr>Vault<wbr>Resource<wbr>Id property: Specifies the keyvault resource id for kek encryption key."
syntax: "public String kekVaultResourceId()"
desc: "Get the kekVaultResourceId property: Specifies the keyvault resource id for kek encryption key."
returns:
description: "the kekVaultResourceId value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.validate()"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.validate()"
name: "validate()"
nameWithType: "EncryptionKeyDetails.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.withKekType(com.azure.resourcemanager.storageimportexport.models.EncryptionKekType)"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.withKekType(EncryptionKekType kekType)"
name: "withKekType(EncryptionKekType kekType)"
nameWithType: "EncryptionKeyDetails.withKekType(EncryptionKekType kekType)"
summary: "Set the kek<wbr>Type property: The type of kek encryption key."
parameters:
- description: "the kekType value to set."
name: "kekType"
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.EncryptionKekType?alt=com.azure.resourcemanager.storageimportexport.models.EncryptionKekType&text=EncryptionKekType\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EncryptionKeyDetails withKekType(EncryptionKekType kekType)"
desc: "Set the kekType property: The type of kek encryption key."
returns:
description: "the EncryptionKeyDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails?alt=com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails&text=EncryptionKeyDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.withKekUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.withKekUrl(String kekUrl)"
name: "withKekUrl(String kekUrl)"
nameWithType: "EncryptionKeyDetails.withKekUrl(String kekUrl)"
summary: "Set the kek<wbr>Url property: Specifies the url for kek encryption key."
parameters:
- description: "the kekUrl value to set."
name: "kekUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EncryptionKeyDetails withKekUrl(String kekUrl)"
desc: "Set the kekUrl property: Specifies the url for kek encryption key."
returns:
description: "the EncryptionKeyDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails?alt=com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails&text=EncryptionKeyDetails\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.withKekVaultResourceId(java.lang.String)"
fullName: "com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails.withKekVaultResourceId(String kekVaultResourceId)"
name: "withKekVaultResourceId(String kekVaultResourceId)"
nameWithType: "EncryptionKeyDetails.withKekVaultResourceId(String kekVaultResourceId)"
summary: "Set the kek<wbr>Vault<wbr>Resource<wbr>Id property: Specifies the keyvault resource id for kek encryption key."
parameters:
- description: "the kekVaultResourceId value to set."
name: "kekVaultResourceId"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EncryptionKeyDetails withKekVaultResourceId(String kekVaultResourceId)"
desc: "Set the kekVaultResourceId property: Specifies the keyvault resource id for kek encryption key."
returns:
description: "the EncryptionKeyDetails object itself."
type: "<xref href=\"com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails?alt=com.azure.resourcemanager.storageimportexport.models.EncryptionKeyDetails&text=EncryptionKeyDetails\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Specifies the encryption key properties."
metadata: {}
package: "com.azure.resourcemanager.storageimportexport.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-storageimportexport:1.0.0-beta.2