Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.PipelineResourceInner
Package
Description
Package containing the service clients for DataFactoryManagementClient.
Package containing the inner data models for DataFactoryManagementClient.
Package containing the data models for DataFactoryManagementClient.
-
Uses of PipelineResourceInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionPipelinesClient.createOrUpdate
(String resourceGroupName, String factoryName, String pipelineName, PipelineResourceInner pipeline) Creates or updates a pipeline.Gets a pipeline.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PipelineResourceInner>
PipelinesClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String pipelineName, PipelineResourceInner pipeline, String ifMatch, com.azure.core.util.Context context) Creates or updates a pipeline.com.azure.core.http.rest.Response<PipelineResourceInner>
PipelinesClient.getWithResponse
(String resourceGroupName, String factoryName, String pipelineName, String ifNoneMatch, com.azure.core.util.Context context) Gets a pipeline.com.azure.core.http.rest.PagedIterable<PipelineResourceInner>
PipelinesClient.listByFactory
(String resourceGroupName, String factoryName) Lists pipelines.com.azure.core.http.rest.PagedIterable<PipelineResourceInner>
PipelinesClient.listByFactory
(String resourceGroupName, String factoryName, com.azure.core.util.Context context) Lists pipelines.Modifier and TypeMethodDescriptionPipelinesClient.createOrUpdate
(String resourceGroupName, String factoryName, String pipelineName, PipelineResourceInner pipeline) Creates or updates a pipeline.com.azure.core.http.rest.Response<PipelineResourceInner>
PipelinesClient.createOrUpdateWithResponse
(String resourceGroupName, String factoryName, String pipelineName, PipelineResourceInner pipeline, String ifMatch, com.azure.core.util.Context context) Creates or updates a pipeline. -
Uses of PipelineResourceInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionPipelineResourceInner.withActivities
(List<Activity> activities) Set the activities property: List of activities in pipeline.PipelineResourceInner.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Pipeline resource type.PipelineResourceInner.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the Pipeline.PipelineResourceInner.withConcurrency
(Integer concurrency) Set the concurrency property: The max number of concurrent runs for the pipeline.PipelineResourceInner.withDescription
(String description) Set the description property: The description of the pipeline.PipelineResourceInner.withFolder
(PipelineFolder folder) Set the folder property: The folder that this Pipeline is in.PipelineResourceInner.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: List of parameters for pipeline.PipelineResourceInner.withPolicy
(PipelinePolicy policy) Set the policy property: Pipeline Policy.PipelineResourceInner.withRunDimensions
(Map<String, Object> runDimensions) Set the runDimensions property: Dimensions emitted by Pipeline.PipelineResourceInner.withVariables
(Map<String, VariableSpecification> variables) Set the variables property: List of variables for pipeline. -
Uses of PipelineResourceInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPipelineResource.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineResourceInner object.Modifier and TypeMethodDescriptionPipelineListResponse.value()
Get the value property: List of pipelines.Modifier and TypeMethodDescriptionPipelineListResponse.withValue
(List<PipelineResourceInner> value) Set the value property: List of pipelines.