Interface ActivityRunsQueryResponse
-
public interface ActivityRunsQueryResponse
An immutable client-side representation of ActivityRunsQueryResponse.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
continuationToken()
Gets the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.ActivityRunsQueryResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner object.List<ActivityRun>
value()
Gets the value property: List of activity runs.
-
-
-
Method Detail
-
value
List<ActivityRun> value()
Gets the value property: List of activity runs.- Returns:
- the value value.
-
continuationToken
String continuationToken()
Gets the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.- Returns:
- the continuationToken value.
-
innerModel
ActivityRunsQueryResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.ActivityRunsQueryResponseInner object.- Returns:
- the inner object.
-
-