Uses of Class
com.azure.resourcemanager.datafactory.models.EncryptionConfiguration
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of EncryptionConfiguration in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionFactoryInner.encryption()
Get the encryption property: Properties to enable Customer Managed Key for the factory.FactoryProperties.encryption()
Get the encryption property: Properties to enable Customer Managed Key for the factory.Modifier and TypeMethodDescriptionFactoryInner.withEncryption
(EncryptionConfiguration encryption) Set the encryption property: Properties to enable Customer Managed Key for the factory.FactoryProperties.withEncryption
(EncryptionConfiguration encryption) Set the encryption property: Properties to enable Customer Managed Key for the factory. -
Uses of EncryptionConfiguration in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFactory.encryption()
Gets the encryption property: Properties to enable Customer Managed Key for the factory.EncryptionConfiguration.withIdentity
(CmkIdentityDefinition identity) Set the identity property: User assigned identity to use to authenticate to customer's key vault.EncryptionConfiguration.withKeyName
(String keyName) Set the keyName property: The name of the key in Azure Key Vault to use as Customer Managed Key.EncryptionConfiguration.withKeyVersion
(String keyVersion) Set the keyVersion property: The version of the key used for CMK.EncryptionConfiguration.withVaultBaseUrl
(String vaultBaseUrl) Set the vaultBaseUrl property: The url of the Azure Key Vault used for CMK.Modifier and TypeMethodDescriptionFactory.DefinitionStages.WithEncryption.withEncryption
(EncryptionConfiguration encryption) Specifies the encryption property: Properties to enable Customer Managed Key for the factory..