Package version:

Interface TriggerListResponse

A list of trigger resources.

interface TriggerListResponse {
    nextLink?: string;
    value: TriggerResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

List of triggers.