Package version:

The collection of agent pools.

interface AgentPoolListResult {
    nextLink?: string;
    value?: AgentPool[];
}

Properties

Properties

nextLink?: string

The URI that can be used to request the next set of paged results.

value?: AgentPool[]

The collection value.