Interface TriggerRunsQueryResponse
-
public interface TriggerRunsQueryResponse
An immutable client-side representation of TriggerRunsQueryResponse.
-
-
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.TriggerRunsQueryResponseInner
innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerRunsQueryResponseInner object.List<TriggerRun>
value()
Gets the value property: List of trigger runs.
-
-
-
Method Detail
-
value
List<TriggerRun> value()
Gets the value property: List of trigger 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
TriggerRunsQueryResponseInner innerModel()
Gets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerRunsQueryResponseInner object.- Returns:
- the inner object.
-
-