OperationListResult Class

The operation list response that contains all operations for Azure Container Instance service.

Inheritance
OperationListResult

Constructor

OperationListResult(*, value: Optional[List[azure.mgmt.containerinstance.models._models_py3.Operation]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[Operation]

The list of operations.

next_link
str

The URI to fetch the next page of operations.