ListPoolsResult Class

Values returned by the List operation.

Inheritance
ListPoolsResult

Constructor

ListPoolsResult(*, value: Optional[List[azure.mgmt.batch.models._models_py3.Pool]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[Pool]

The collection of returned pools.

next_link
str

The continuation token.