Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.PipelineRunsQueryResponseInner
-
Packages that use PipelineRunsQueryResponseInner 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 PipelineRunsQueryResponseInner in com.azure.resourcemanager.datafactory.fluent
Methods in com.azure.resourcemanager.datafactory.fluent that return PipelineRunsQueryResponseInner Modifier and Type Method Description PipelineRunsQueryResponseInner
PipelineRunsClient. queryByFactory(String resourceGroupName, String factoryName, RunFilterParameters filterParameters)
Query pipeline runs in the factory based on input filter conditions.Methods in com.azure.resourcemanager.datafactory.fluent that return types with arguments of type PipelineRunsQueryResponseInner Modifier and Type Method Description com.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
Methods in com.azure.resourcemanager.datafactory.fluent.models that return PipelineRunsQueryResponseInner Modifier and Type Method Description PipelineRunsQueryResponseInner
PipelineRunsQueryResponseInner. 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
PipelineRunsQueryResponseInner. withValue(List<PipelineRunInner> value)
Set the value property: List of pipeline runs. -
Uses of PipelineRunsQueryResponseInner in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return PipelineRunsQueryResponseInner Modifier and Type Method Description PipelineRunsQueryResponseInner
PipelineRunsQueryResponse. innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.PipelineRunsQueryResponseInner object.
-