Package version:

Interface IntegrationRuntimeListResponse

A list of integration runtime resources.

interface IntegrationRuntimeListResponse {
    nextLink?: string;
    value: IntegrationRuntimeResource[];
}

Properties

Properties

nextLink?: string

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

List of integration runtimes.