OperationList Class

List of Operations.

Constructor

OperationList(*, value: list['_models.Operation'] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

Array of operations.

Default value: None
next_link
str

URI to the next page of operations.

Default value: None

Variables

Name Description
value

Array of operations.

next_link
str

URI to the next page of operations.