Uses of Class
com.azure.resourcemanager.datafactory.models.FactoryRepoUpdate
-
Packages that use FactoryRepoUpdate Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of FactoryRepoUpdate in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type FactoryRepoUpdate Modifier and Type Method Description FactoryInner
FactoriesClient. configureFactoryRepo(String locationId, FactoryRepoUpdate factoryRepoUpdate)
Updates a factory's repo information.com.azure.core.http.rest.Response<FactoryInner>
FactoriesClient. configureFactoryRepoWithResponse(String locationId, FactoryRepoUpdate factoryRepoUpdate, com.azure.core.util.Context context)
Updates a factory's repo information. -
Uses of FactoryRepoUpdate in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return FactoryRepoUpdate Modifier and Type Method Description FactoryRepoUpdate
FactoryRepoUpdate. withFactoryResourceId(String factoryResourceId)
Set the factoryResourceId property: The factory resource id.FactoryRepoUpdate
FactoryRepoUpdate. withRepoConfiguration(FactoryRepoConfiguration repoConfiguration)
Set the repoConfiguration property: Git repo information of the factory.Methods in com.azure.resourcemanager.datafactory.models with parameters of type FactoryRepoUpdate Modifier and Type Method Description Factory
Factories. configureFactoryRepo(String locationId, FactoryRepoUpdate factoryRepoUpdate)
Updates a factory's repo information.com.azure.core.http.rest.Response<Factory>
Factories. configureFactoryRepoWithResponse(String locationId, FactoryRepoUpdate factoryRepoUpdate, com.azure.core.util.Context context)
Updates a factory's repo information.
-