Uses of Class
com.azure.resourcemanager.datafactory.models.FactoryIdentity
Package
Description
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of FactoryIdentity in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionFactoryInner.identity()
Get the identity property: Managed service identity of the factory.Modifier and TypeMethodDescriptionFactoryInner.withIdentity
(FactoryIdentity identity) Set the identity property: Managed service identity of the factory. -
Uses of FactoryIdentity in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFactory.identity()
Gets the identity property: Managed service identity of the factory.FactoryUpdateParameters.identity()
Get the identity property: Managed service identity of the factory.FactoryIdentity.withType
(FactoryIdentityType type) Set the type property: The identity type.FactoryIdentity.withUserAssignedIdentities
(Map<String, Object> userAssignedIdentities) Set the userAssignedIdentities property: List of user assigned identities for the factory.Modifier and TypeMethodDescriptionFactory.DefinitionStages.WithIdentity.withIdentity
(FactoryIdentity identity) Specifies the identity property: Managed service identity of the factory..Factory.UpdateStages.WithIdentity.withIdentity
(FactoryIdentity identity) Specifies the identity property: Managed service identity of the factory..FactoryUpdateParameters.withIdentity
(FactoryIdentity identity) Set the identity property: Managed service identity of the factory.