Uses of Class
com.azure.resourcemanager.datafactory.models.FactoryIdentity
-
Packages that use FactoryIdentity 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 FactoryIdentity in com.azure.resourcemanager.datafactory.fluent.models
Methods in com.azure.resourcemanager.datafactory.fluent.models that return FactoryIdentity Modifier and Type Method Description FactoryIdentity
FactoryInner. identity()
Get the identity property: Managed service identity of the factory.Methods in com.azure.resourcemanager.datafactory.fluent.models with parameters of type FactoryIdentity Modifier and Type Method Description FactoryInner
FactoryInner. withIdentity(FactoryIdentity identity)
Set the identity property: Managed service identity of the factory. -
Uses of FactoryIdentity in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return FactoryIdentity Modifier and Type Method Description FactoryIdentity
Factory. identity()
Gets the identity property: Managed service identity of the factory.FactoryIdentity
FactoryUpdateParameters. identity()
Get the identity property: Managed service identity of the factory.FactoryIdentity
FactoryIdentity. withType(FactoryIdentityType type)
Set the type property: The identity type.FactoryIdentity
FactoryIdentity. withUserAssignedIdentities(Map<String,Object> userAssignedIdentities)
Set the userAssignedIdentities property: List of user assigned identities for the factory.Methods in com.azure.resourcemanager.datafactory.models with parameters of type FactoryIdentity Modifier and Type Method Description Factory.DefinitionStages.WithCreate
Factory.DefinitionStages.WithIdentity. withIdentity(FactoryIdentity identity)
Specifies the identity property: Managed service identity of the factory..Factory.Update
Factory.UpdateStages.WithIdentity. withIdentity(FactoryIdentity identity)
Specifies the identity property: Managed service identity of the factory..FactoryUpdateParameters
FactoryUpdateParameters. withIdentity(FactoryIdentity identity)
Set the identity property: Managed service identity of the factory.
-