BatchAccountListResult Class

Values returned by the List operation.

Inheritance
BatchAccountListResult

Constructor

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

Variables

value
list[BatchAccount]

The collection of Batch accounts returned by the listing operation.

next_link
str

The continuation token.