quota_operation
Creates, updates, deletes, gets or lists a quota_operation resource.
Overview
| Name | quota_operation |
| Type | Resource |
| Id | azure.quota.quota_operation |
Fields
The following fields are returned by SELECT queries:
- list
| Name | Datatype | Description |
|---|---|---|
name | string | :vartype name: str |
display | object | :vartype display: ~azure.mgmt.quota.models.OperationDisplay |
origin | string | :vartype origin: str |
Methods
The following methods are available for this resource:
| Name | Accessible by | Required Params | Optional Params | Description |
|---|---|---|---|---|
list | select | List the operations for the provider. |
Parameters
Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.
| Name | Datatype | Description |
|---|
SELECT examples
- list
List the operations for the provider.
SELECT
name,
display,
origin
FROM azure.quota.quota_operation
;