OperationsListResults Class
List of available operations.
- Inheritance
-
msrest.serialization.ModelOperationsListResults
Constructor
OperationsListResults(*, odata_count: int | None = None, value: List[Operation] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
odata_count
Required
|
OData entity count; represents the number of operations returned. |
value
Required
|
List of available operations. |
Keyword-Only Parameters
Name | Description |
---|---|
odata_count
Required
|
|
value
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