ListPoolsResult interface

Values returned by the List operation.

Properties

nextLink

The continuation token.

value

The collection of returned pools.

Property Details

The continuation token.

nextLink?: string

Property Value

string

value

The collection of returned pools.

value?: Pool[]

Property Value

Pool[]