OperationListResult Class
Result of the request to list Resource Graph operations. It contains a list of operations and a URL link to get the next set of results.
Constructor
OperationListResult(*, value: list['_models.Operation'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
value
|
List of Resource Graph operations supported by the Resource Graph resource provider. Default value: None
|