Uses of Interface
com.azure.resourcemanager.datafactory.models.Factory.Update
-
Packages that use Factory.Update Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of Factory.Update in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return Factory.Update Modifier and Type Method Description Factory.Update
Factory. update()
Begins update for the Factory resource.Factory.Update
Factory.UpdateStages.WithIdentity. withIdentity(FactoryIdentity identity)
Specifies the identity property: Managed service identity of the factory..Factory.Update
Factory.UpdateStages.WithPublicNetworkAccess. withPublicNetworkAccess(PublicNetworkAccess publicNetworkAccess)
Specifies the publicNetworkAccess property: Whether or not public network access is allowed for the data factory..Factory.Update
Factory.UpdateStages.WithTags. withTags(Map<String,String> tags)
Specifies the tags property: The resource tags..
-