OperationListResult Class
A list of resource provider operations.
- Inheritance
-
msrest.serialization.ModelOperationListResult
Constructor
OperationListResult(*, value: List[Operation] | None = None, next_link: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
value
Required
|
Collection of available operation details. |
next_link
Required
|
URL client should use to fetch the next page (per server side paging). It's null for now, added for future use. |
Keyword-Only Parameters
Name | Description |
---|---|
value
Required
|
|
next_link
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python