TriggerRunsQueryResponse Interface

public interface TriggerRunsQueryResponse

An immutable client-side representation of TriggerRunsQueryResponse.

Method Summary

Modifier and Type Method and Description
abstract String continuationToken()

Gets the continuationToken property: The continuation token for getting the next page of results, if any remaining results exist, null otherwise.

abstract TriggerRunsQueryResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerRunsQueryResponseInner object.

abstract List<TriggerRun> value()

Gets the value property: List of trigger 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:

the continuationToken value.

innerModel

public abstract TriggerRunsQueryResponseInner innerModel()

Gets the inner com.azure.resourcemanager.datafactory.fluent.models.TriggerRunsQueryResponseInner object.

Returns:

the inner object.

value

public abstract List<TriggerRun> value()

Gets the value property: List of trigger runs.

Returns:

the value value.

Applies to