Uses of Interface
com.azure.resourcemanager.datafactory.models.Factory
-
Packages that use Factory Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of Factory in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return Factory Modifier and Type Method Description Factory
Factory.Update. apply()
Executes the update request.Factory
Factory.Update. apply(com.azure.core.util.Context context)
Executes the update request.Factory
Factories. configureFactoryRepo(String locationId, FactoryRepoUpdate factoryRepoUpdate)
Updates a factory's repo information.Factory
Factory.DefinitionStages.WithCreate. create()
Executes the create request.Factory
Factory.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.Factory
Factories. getById(String id)
Gets a factory.Factory
Factories. getByResourceGroup(String resourceGroupName, String factoryName)
Gets a factory.Factory
Factory. refresh()
Refreshes the resource to sync with Azure.Factory
Factory. refresh(com.azure.core.util.Context context)
Refreshes the resource to sync with Azure.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type Factory Modifier and Type Method Description 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.com.azure.core.http.rest.Response<Factory>
Factories. getByIdWithResponse(String id, String ifNoneMatch, com.azure.core.util.Context context)
Gets a factory.com.azure.core.http.rest.Response<Factory>
Factories. getByResourceGroupWithResponse(String resourceGroupName, String factoryName, String ifNoneMatch, com.azure.core.util.Context context)
Gets a factory.com.azure.core.http.rest.PagedIterable<Factory>
Factories. list()
Lists factories under the specified subscription.com.azure.core.http.rest.PagedIterable<Factory>
Factories. list(com.azure.core.util.Context context)
Lists factories under the specified subscription.com.azure.core.http.rest.PagedIterable<Factory>
Factories. listByResourceGroup(String resourceGroupName)
Lists factories.com.azure.core.http.rest.PagedIterable<Factory>
Factories. listByResourceGroup(String resourceGroupName, com.azure.core.util.Context context)
Lists factories.
-