Uses of Interface
com.azure.resourcemanager.datafactory.models.Factory
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of Factory in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionFactory.Update.apply()
Executes the update request.Factory.Update.apply
(com.azure.core.util.Context context) Executes the update request.Factories.configureFactoryRepo
(String locationId, FactoryRepoUpdate factoryRepoUpdate) Updates a factory's repo information.Factory.DefinitionStages.WithCreate.create()
Executes the create request.Factory.DefinitionStages.WithCreate.create
(com.azure.core.util.Context context) Executes the create request.Gets a factory.Factories.getByResourceGroup
(String resourceGroupName, String factoryName) Gets a factory.Factory.refresh()
Refreshes the resource to sync with Azure.Factory.refresh
(com.azure.core.util.Context context) Refreshes the resource to sync with Azure.Modifier and TypeMethodDescriptioncom.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.