Uses of Class
com.azure.resourcemanager.datafactory.models.EncryptionConfiguration
-
Packages that use EncryptionConfiguration Package Description com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of EncryptionConfiguration in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return EncryptionConfiguration Modifier and Type Method Description EncryptionConfiguration
FactoryInner. encryption()
Get the encryption property: Properties to enable Customer Managed Key for the factory.EncryptionConfiguration
FactoryProperties. encryption()
Get the encryption property: Properties to enable Customer Managed Key for the factory.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type EncryptionConfiguration Modifier and Type Method Description FactoryInner
FactoryInner. withEncryption(EncryptionConfiguration encryption)
Set the encryption property: Properties to enable Customer Managed Key for the factory.FactoryProperties
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
Methods in com.azure.resourcemanager.datafactory.models that return EncryptionConfiguration Modifier and Type Method Description EncryptionConfiguration
Factory. encryption()
Gets the encryption property: Properties to enable Customer Managed Key for the factory.EncryptionConfiguration
EncryptionConfiguration. withIdentity(CmkIdentityDefinition identity)
Set the identity property: User assigned identity to use to authenticate to customer's key vault.EncryptionConfiguration
EncryptionConfiguration. withKeyName(String keyName)
Set the keyName property: The name of the key in Azure Key Vault to use as Customer Managed Key.EncryptionConfiguration
EncryptionConfiguration. withKeyVersion(String keyVersion)
Set the keyVersion property: The version of the key used for CMK.EncryptionConfiguration
EncryptionConfiguration. withVaultBaseUrl(String vaultBaseUrl)
Set the vaultBaseUrl property: The url of the Azure Key Vault used for CMK.Methods in com.azure.resourcemanager.datafactory.models with parameters of type EncryptionConfiguration Modifier and Type Method Description Factory.DefinitionStages.WithCreate
Factory.DefinitionStages.WithEncryption. withEncryption(EncryptionConfiguration encryption)
Specifies the encryption property: Properties to enable Customer Managed Key for the factory..
-