Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.PipelineResourceInner
-
Packages that use PipelineResourceInner Package Description com.azure.resourcemanager.datafactory.fluent Package containing the service clients for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.fluent.models Package containing the inner data models for DataFactoryManagementClient.com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of PipelineResourceInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return PipelineResourceInner Modifier and Type Method Description PipelineResourceInner
PipelinesClient. createOrUpdate(String resourceGroupName, String factoryName, String pipelineName, PipelineResourceInner pipeline)
Creates or updates a pipeline.PipelineResourceInner
PipelinesClient. get(String resourceGroupName, String factoryName, String pipelineName)
Gets a pipeline.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type PipelineResourceInner Modifier and Type Method Description 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.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.Methods in com.azure.resourcemanager.datafactory.fluent with parameters of type PipelineResourceInner Modifier and Type Method Description PipelineResourceInner
PipelinesClient. 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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return PipelineResourceInner Modifier and Type Method Description PipelineResourceInner
PipelineResourceInner. withActivities(List<Activity> activities)
Set the activities property: List of activities in pipeline.PipelineResourceInner
PipelineResourceInner. withAdditionalProperties(Map<String,Object> additionalProperties)
Set the additionalProperties property: Pipeline resource type.PipelineResourceInner
PipelineResourceInner. withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the Pipeline.PipelineResourceInner
PipelineResourceInner. withConcurrency(Integer concurrency)
Set the concurrency property: The max number of concurrent runs for the pipeline.PipelineResourceInner
PipelineResourceInner. withDescription(String description)
Set the description property: The description of the pipeline.PipelineResourceInner
PipelineResourceInner. withFolder(PipelineFolder folder)
Set the folder property: The folder that this Pipeline is in.PipelineResourceInner
PipelineResourceInner. withId(String id)
PipelineResourceInner
PipelineResourceInner. withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: List of parameters for pipeline.PipelineResourceInner
PipelineResourceInner. withPolicy(PipelinePolicy policy)
Set the policy property: Pipeline Policy.PipelineResourceInner
PipelineResourceInner. withRunDimensions(Map<String,Object> runDimensions)
Set the runDimensions property: Dimensions emitted by Pipeline.PipelineResourceInner
PipelineResourceInner. withVariables(Map<String,VariableSpecification> variables)
Set the variables property: List of variables for pipeline. -
Uses of PipelineResourceInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PipelineResourceInner Modifier and Type Method Description PipelineResourceInner
PipelineResource. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineResourceInner object.Methods in com.azure.resourcemanager.datafactory.models that return types with arguments of type PipelineResourceInner Modifier and Type Method Description List<PipelineResourceInner>
PipelineListResponse. value()
Get the value property: List of pipelines.Method parameters in com.azure.resourcemanager.datafactory.models with type arguments of type PipelineResourceInner Modifier and Type Method Description PipelineListResponse
PipelineListResponse. withValue(List<PipelineResourceInner> value)
Set the value property: List of pipelines.
-