OperationList Class
Paged list of operation resources.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
msrest.serialization.ModelOperationList
Constructor
OperationList(*, value: List[Operation], count: int | None = None, next_link: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
count
Required
|
<xref:long>
Total item count. |
next_link
Required
|
The Url of next result page. |
value
Required
|
Required. Collection of items of type results. |
Keyword-Only Parameters
Name | Description |
---|---|
value
Required
|
|
count
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