OperationListResult Class

Result of the request to list Microsoft.Insights operations. It contains a list of operations and a URL link to get the next set of results.

Inheritance
OperationListResult

Constructor

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

Variables

value
list[<xref:$>(<xref:python-base-namespace>)Operation]

List of operations supported by the Microsoft.Insights provider.

next_link
str

URL to get the next set of operation list results if there are any.