OperationListResult Class

The result of a request to list Microsoft.Authorization operations.

Inheritance
azure.mgmt.authorization._serialization.Model
OperationListResult

Constructor

OperationListResult(*, value: List[_models.Operation] | None = None, next_link: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

The collection value.

next_link
str

The URI that can be used to request the next set of paged results.

Variables

Name Description
value

The collection value.

next_link
str

The URI that can be used to request the next set of paged results.