ListPoolsResult interface
Values returned by the List operation.
Properties
nextLink |
The continuation token.
|
value |
The collection of returned pools.
|
Property Details
nextLink
The continuation token.
nextLink?: string
Property Value
value
The collection of returned pools.
value?: Pool[]
Property Value