Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.PipelineRunInner
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 PipelineRunInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionGet a pipeline run by its run ID.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PipelineRunInner>
PipelineRunsClient.getWithResponse
(String resourceGroupName, String factoryName, String runId, com.azure.core.util.Context context) Get a pipeline run by its run ID. -
Uses of PipelineRunInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionPipelineRunInner.withAdditionalProperties
(Map<String, Object> additionalProperties) Set the additionalProperties property: Information about a pipeline run.Modifier and TypeMethodDescriptionPipelineRunsQueryResponseInner.value()
Get the value property: List of pipeline runs.Modifier and TypeMethodDescriptionPipelineRunsQueryResponseInner.withValue
(List<PipelineRunInner> value) Set the value property: List of pipeline runs. -
Uses of PipelineRunInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPipelineRun.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineRunInner object.