operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.quota.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | |
display | object | |
origin | string |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| List all the operations supported by the Microsoft.Quota resource provider. |
SELECT
examples
List all the operations supported by the Microsoft.Quota resource provider.
SELECT
name,
display,
origin
FROM azure.quota.operations
;