Uses of Class
com.azure.resourcemanager.datafactory.models.CmkIdentityDefinition
-
Packages that use CmkIdentityDefinition Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of CmkIdentityDefinition in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return CmkIdentityDefinition Modifier and Type Method Description CmkIdentityDefinition
EncryptionConfiguration. identity()
Get the identity property: User assigned identity to use to authenticate to customer's key vault.CmkIdentityDefinition
CmkIdentityDefinition. withUserAssignedIdentity(String userAssignedIdentity)
Set the userAssignedIdentity property: The resource id of the user assigned identity to authenticate to customer's key vault.Methods in com.azure.resourcemanager.datafactory.models with parameters of type CmkIdentityDefinition Modifier and Type Method Description EncryptionConfiguration
EncryptionConfiguration. withIdentity(CmkIdentityDefinition identity)
Set the identity property: User assigned identity to use to authenticate to customer's key vault.
-