Uses of Interface
com.azure.resourcemanager.datafactory.models.PipelineResource
-
Packages that use PipelineResource Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PipelineResource in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PipelineResource Modifier and Type Method Description PipelineResource
PipelineResource.Update. apply()
Executes the update request.PipelineResource
PipelineResource.Update. apply(com.azure.core.util.Context context)
Executes the update request.PipelineResource
PipelineResource.DefinitionStages.WithCreate. create()
Executes the create request.PipelineResource
PipelineResource.DefinitionStages.WithCreate. create(com.azure.core.util.Context context)
Executes the create request.PipelineResource
Pipelines. get(String resourceGroupName, String factoryName, String pipelineName)
Gets a pipeline.PipelineResource
Pipelines. getById(String id)
Gets a pipeline.PipelineResource
PipelineResource. refresh()
Refreshes the resource to sync with Azure.PipelineResource
PipelineResource. 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 PipelineResource Modifier and Type Method Description com.azure.core.http.rest.Response<PipelineResource>
Pipelines. getByIdWithResponse(String id, String ifNoneMatch, com.azure.core.util.Context context)
Gets a pipeline.com.azure.core.http.rest.Response<PipelineResource>
Pipelines. getWithResponse(String resourceGroupName, String factoryName, String pipelineName, String ifNoneMatch, com.azure.core.util.Context context)
Gets a pipeline.com.azure.core.http.rest.PagedIterable<PipelineResource>
Pipelines. listByFactory(String resourceGroupName, String factoryName)
Lists pipelines.com.azure.core.http.rest.PagedIterable<PipelineResource>
Pipelines. listByFactory(String resourceGroupName, String factoryName, com.azure.core.util.Context context)
Lists pipelines.
-