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

93 строки
7.1 KiB
YAML

### YamlMime:JavaType
uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties"
name: "EncryptionProperties"
nameWithType: "EncryptionProperties"
summary: "Key and identity details for Customer Managed Key encryption of load test resource."
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 **EncryptionProperties**"
constructors:
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.EncryptionProperties()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.EncryptionProperties()"
name: "EncryptionProperties()"
nameWithType: "EncryptionProperties.EncryptionProperties()"
summary: "Creates an instance of Encryption<wbr>Properties class."
syntax: "public EncryptionProperties()"
desc: "Creates an instance of EncryptionProperties class."
methods:
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.identity()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.identity()"
name: "identity()"
nameWithType: "EncryptionProperties.identity()"
summary: "Get the identity property: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault."
syntax: "public EncryptionPropertiesIdentity identity()"
desc: "Get the identity property: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault."
returns:
description: "the identity value."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity?alt=com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity&text=EncryptionPropertiesIdentity\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.keyUrl()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.keyUrl()"
name: "keyUrl()"
nameWithType: "EncryptionProperties.keyUrl()"
summary: "Get the key<wbr>Url property: key encryption key Url, versioned."
syntax: "public String keyUrl()"
desc: "Get the keyUrl property: key encryption key Url, versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek."
returns:
description: "the keyUrl value."
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.validate()"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.validate()"
name: "validate()"
nameWithType: "EncryptionProperties.validate()"
summary: "Validates the instance."
syntax: "public void validate()"
desc: "Validates the instance."
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.withIdentity(com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity)"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.withIdentity(EncryptionPropertiesIdentity identity)"
name: "withIdentity(EncryptionPropertiesIdentity identity)"
nameWithType: "EncryptionProperties.withIdentity(EncryptionPropertiesIdentity identity)"
summary: "Set the identity property: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault."
parameters:
- description: "the identity value to set."
name: "identity"
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity?alt=com.azure.resourcemanager.loadtestservice.models.EncryptionPropertiesIdentity&text=EncryptionPropertiesIdentity\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EncryptionProperties withIdentity(EncryptionPropertiesIdentity identity)"
desc: "Set the identity property: All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault."
returns:
description: "the EncryptionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.EncryptionProperties?alt=com.azure.resourcemanager.loadtestservice.models.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.withKeyUrl(java.lang.String)"
fullName: "com.azure.resourcemanager.loadtestservice.models.EncryptionProperties.withKeyUrl(String keyUrl)"
name: "withKeyUrl(String keyUrl)"
nameWithType: "EncryptionProperties.withKeyUrl(String keyUrl)"
summary: "Set the key<wbr>Url property: key encryption key Url, versioned."
parameters:
- description: "the keyUrl value to set."
name: "keyUrl"
type: "<a href=\"https://docs.oracle.com/javase/8/docs/api/java/lang/String.html\">String</a>"
syntax: "public EncryptionProperties withKeyUrl(String keyUrl)"
desc: "Set the keyUrl property: key encryption key Url, versioned. Ex: https://contosovault.vault.azure.net/keys/contosokek/562a4bb76b524a1493a6afe8e536ee78 or https://contosovault.vault.azure.net/keys/contosokek."
returns:
description: "the EncryptionProperties object itself."
type: "<xref href=\"com.azure.resourcemanager.loadtestservice.models.EncryptionProperties?alt=com.azure.resourcemanager.loadtestservice.models.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Key and identity details for Customer Managed Key encryption of load test resource."
metadata: {}
package: "com.azure.resourcemanager.loadtestservice.models"
artifact: com.azure.resourcemanager:azure-resourcemanager-loadtestservice:1.0.0-beta.2