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