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