Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.PipelineRunsQueryResponseInner
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 PipelineRunsQueryResponseInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionPipelineRunsClient.queryByFactory
(String resourceGroupName, String factoryName, RunFilterParameters filterParameters) Query pipeline runs in the factory based on input filter conditions.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<PipelineRunsQueryResponseInner>
PipelineRunsClient.queryByFactoryWithResponse
(String resourceGroupName, String factoryName, RunFilterParameters filterParameters, com.azure.core.util.Context context) Query pipeline runs in the factory based on input filter conditions. -
Uses of PipelineRunsQueryResponseInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionPipelineRunsQueryResponseInner.withContinuationToken
(String continuationToken) Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.PipelineRunsQueryResponseInner.withValue
(List<PipelineRunInner> value) Set the value property: List of pipeline runs. -
Uses of PipelineRunsQueryResponseInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionPipelineRunsQueryResponse.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineRunsQueryResponseInner object.