Uses of Class
com.azure.resourcemanager.batch.models.EncryptionProperties
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return EncryptionPropertiesModifier 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.Methods in com.azure.resourcemanager.batch.fluent.models with parameters of type EncryptionPropertiesModifier 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
Methods in com.azure.resourcemanager.batch.models that return EncryptionPropertiesModifier 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.Methods in com.azure.resourcemanager.batch.models with parameters of type EncryptionPropertiesModifier 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.