Package version:

Interface IntegrationRuntimeStatusListResponse

A list of integration runtime status.

interface IntegrationRuntimeStatusListResponse {
    nextLink?: string;
    value: IntegrationRuntimeStatusResponse[];
}

Properties

Properties

nextLink?: string

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

List of integration runtime status.