Uses of Class
com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner
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 ActivityRunsQueryResponseInner in com.azure.resourcemanager.datafactory.fluent
Modifier and TypeMethodDescriptionActivityRunsClient.queryByPipelineRun
(String resourceGroupName, String factoryName, String runId, RunFilterParameters filterParameters) Query activity runs based on input filter conditions.Modifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<ActivityRunsQueryResponseInner>
ActivityRunsClient.queryByPipelineRunWithResponse
(String resourceGroupName, String factoryName, String runId, RunFilterParameters filterParameters, com.azure.core.util.Context context) Query activity runs based on input filter conditions. -
Uses of ActivityRunsQueryResponseInner in com.azure.resourcemanager.datafactory.fluent.models
Modifier and TypeMethodDescriptionActivityRunsQueryResponseInner.withContinuationToken
(String continuationToken) Set the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.ActivityRunsQueryResponseInner.withValue
(List<ActivityRun> value) Set the value property: List of activity runs. -
Uses of ActivityRunsQueryResponseInner in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionActivityRunsQueryResponse.innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner object.