| Modifier and Type | Method and Description |
|---|---|
EncryptionProperties |
BatchAccountCreateParameters.encryption()
Get configures how customer data is encrypted inside the Batch account.
|
EncryptionProperties |
BatchAccountUpdateParameters.encryption()
Get configures how customer data is encrypted inside the Batch account.
|
EncryptionProperties |
EncryptionProperties.withKeySource(KeySource keySource)
Set type of the key source.
|
EncryptionProperties |
EncryptionProperties.withKeyVaultProperties(KeyVaultProperties keyVaultProperties)
Set additional details when using Microsoft.KeyVault.
|
| Modifier and Type | Method and Description |
|---|---|
BatchAccountCreateParameters |
BatchAccountCreateParameters.withEncryption(EncryptionProperties encryption)
Set configures how customer data is encrypted inside the Batch account.
|
BatchAccountUpdateParameters |
BatchAccountUpdateParameters.withEncryption(EncryptionProperties encryption)
Set configures how customer data is encrypted inside the Batch account.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/