OperationListResult Class
Result of the request to list Network operations. It contains a list of operations and a URL link to get the next set of results.
- Inheritance
-
OperationListResult
Constructor
OperationListResult(*, value: typing.Union[typing.List[_ForwardRef('Operation')], NoneType] = None, next_link: typing.Union[str, NoneType] = None, **kwargs)
Parameters
- next_link
- str
URL to get the next set of operation list results if there are any.
Feedback
Submit and view feedback for