Uses of Class
com.azure.resourcemanager.batch.models.EncryptionProperties
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of EncryptionProperties in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionBatchAccountCreateProperties.encryption()
Get the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountInner.encryption()
Get the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountProperties.encryption()
Get the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountUpdateProperties.encryption()
Get the encryption property: Configures how customer data is encrypted inside the Batch account.Modifier and TypeMethodDescriptionBatchAccountCreateProperties.withEncryption
(EncryptionProperties encryption) Set the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountUpdateProperties.withEncryption
(EncryptionProperties encryption) Set the encryption property: Configures how customer data is encrypted inside the Batch account. -
Uses of EncryptionProperties in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionBatchAccount.encryption()
Gets the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountCreateParameters.encryption()
Get the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountUpdateParameters.encryption()
Get the encryption property: Configures how customer data is encrypted inside the Batch account.EncryptionProperties.withKeySource
(KeySource keySource) Set the keySource property: Type of the key source.EncryptionProperties.withKeyVaultProperties
(KeyVaultProperties keyVaultProperties) Set the keyVaultProperties property: Additional details when using Microsoft.KeyVault.Modifier and TypeMethodDescriptionBatchAccount.DefinitionStages.WithEncryption.withEncryption
(EncryptionProperties encryption) Specifies the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccount.UpdateStages.WithEncryption.withEncryption
(EncryptionProperties encryption) Specifies the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountCreateParameters.withEncryption
(EncryptionProperties encryption) Set the encryption property: Configures how customer data is encrypted inside the Batch account.BatchAccountUpdateParameters.withEncryption
(EncryptionProperties encryption) Set the encryption property: Configures how customer data is encrypted inside the Batch account.