azure-docs-sdk-java/legacy/docs-ref-autogen/com.microsoft.azure.managem...

84 строки
6.4 KiB
YAML

### YamlMime:JavaType
uid: "com.microsoft.azure.management.batch.EncryptionProperties"
fullName: "com.microsoft.azure.management.batch.EncryptionProperties"
name: "EncryptionProperties"
nameWithType: "EncryptionProperties"
summary: "Configures how customer data is encrypted inside the Batch account."
inheritances:
- "<xref href=\"java.lang.Object?displayProperty=fullName\" data-throw-if-not-resolved=\"False\" />"
inheritedClassMethods:
- classRef: "<xref href=\"java.lang.Object?alt=java.lang.Object&text=Object\" data-throw-if-not-resolved=\"False\" />"
methodsRef:
- "<xref href=\"java.lang.Object.clone()?alt=java.lang.Object.clone&text=clone\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.equals(java.lang.Object)?alt=java.lang.Object.equals&text=equals\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.finalize()?alt=java.lang.Object.finalize&text=finalize\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.getClass()?alt=java.lang.Object.getClass&text=getClass\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.hashCode()?alt=java.lang.Object.hashCode&text=hashCode\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notify()?alt=java.lang.Object.notify&text=notify\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.notifyAll()?alt=java.lang.Object.notifyAll&text=notifyAll\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.toString()?alt=java.lang.Object.toString&text=toString\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait()?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
- "<xref href=\"java.lang.Object.wait(long,int)?alt=java.lang.Object.wait&text=wait\" data-throw-if-not-resolved=\"False\" />"
syntax: "public class **EncryptionProperties**"
constructors:
- uid: "com.microsoft.azure.management.batch.EncryptionProperties.EncryptionProperties()"
fullName: "com.microsoft.azure.management.batch.EncryptionProperties.EncryptionProperties()"
name: "EncryptionProperties()"
nameWithType: "EncryptionProperties.EncryptionProperties()"
syntax: "public EncryptionProperties()"
methods:
- uid: "com.microsoft.azure.management.batch.EncryptionProperties.keySource()"
fullName: "com.microsoft.azure.management.batch.EncryptionProperties.keySource()"
name: "keySource()"
nameWithType: "EncryptionProperties.keySource()"
summary: "Get type of the key source."
syntax: "public KeySource keySource()"
desc: "Get type of the key source. Possible values include: 'Microsoft.Batch', 'Microsoft.KeyVault'."
returns:
description: "the keySource value"
type: "<xref href=\"com.microsoft.azure.management.batch.KeySource?alt=com.microsoft.azure.management.batch.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.EncryptionProperties.keyVaultProperties()"
fullName: "com.microsoft.azure.management.batch.EncryptionProperties.keyVaultProperties()"
name: "keyVaultProperties()"
nameWithType: "EncryptionProperties.keyVaultProperties()"
summary: "Get additional details when using Microsoft.<wbr>Key<wbr>Vault."
syntax: "public KeyVaultProperties keyVaultProperties()"
desc: "Get additional details when using Microsoft.KeyVault."
returns:
description: "the keyVaultProperties value"
type: "<xref href=\"com.microsoft.azure.management.batch.KeyVaultProperties?alt=com.microsoft.azure.management.batch.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.EncryptionProperties.withKeySource(com.microsoft.azure.management.batch.KeySource)"
fullName: "com.microsoft.azure.management.batch.EncryptionProperties.withKeySource(KeySource keySource)"
name: "withKeySource(KeySource keySource)"
nameWithType: "EncryptionProperties.withKeySource(KeySource keySource)"
summary: "Set type of the key source."
parameters:
- description: "the keySource value to set"
name: "keySource"
type: "<xref href=\"com.microsoft.azure.management.batch.KeySource?alt=com.microsoft.azure.management.batch.KeySource&text=KeySource\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EncryptionProperties withKeySource(KeySource keySource)"
desc: "Set type of the key source. Possible values include: 'Microsoft.Batch', 'Microsoft.KeyVault'."
returns:
description: "the EncryptionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.EncryptionProperties?alt=com.microsoft.azure.management.batch.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
- uid: "com.microsoft.azure.management.batch.EncryptionProperties.withKeyVaultProperties(com.microsoft.azure.management.batch.KeyVaultProperties)"
fullName: "com.microsoft.azure.management.batch.EncryptionProperties.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
name: "withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
nameWithType: "EncryptionProperties.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
summary: "Set additional details when using Microsoft.<wbr>Key<wbr>Vault."
parameters:
- description: "the keyVaultProperties value to set"
name: "keyVaultProperties"
type: "<xref href=\"com.microsoft.azure.management.batch.KeyVaultProperties?alt=com.microsoft.azure.management.batch.KeyVaultProperties&text=KeyVaultProperties\" data-throw-if-not-resolved=\"False\" />"
syntax: "public EncryptionProperties withKeyVaultProperties(KeyVaultProperties keyVaultProperties)"
desc: "Set additional details when using Microsoft.KeyVault."
returns:
description: "the EncryptionProperties object itself."
type: "<xref href=\"com.microsoft.azure.management.batch.EncryptionProperties?alt=com.microsoft.azure.management.batch.EncryptionProperties&text=EncryptionProperties\" data-throw-if-not-resolved=\"False\" />"
type: "class"
desc: "Configures how customer data is encrypted inside the Batch account. By default, accounts are encrypted using a Microsoft managed key. For additional control, a customer-managed key can be used instead."
metadata: {}
package: "com.microsoft.azure.management.batch"
artifact: com.microsoft.azure:azure-mgmt-batch:1.41.4