OperationListResult Class
Result of the request to list REST API operations. It contains a list of operations and a URL nextLink to get the next set of results.
- Inheritance
-
OperationListResult
Constructor
OperationListResult(*, value: Optional[List[azure.mgmt.kusto.models._models_py3.Operation]] = None, next_link: Optional[str] = None, **kwargs)
Variables
- value
- list[<xref:kusto_management_client.models.Operation>]
The list of operations supported by the resource provider.
- next_link
- str
The URL to get the next set of operation list results if there are any.
Feedback
Submit and view feedback for