operations
Creates, updates, deletes, gets or lists a operations
resource.
Overview
Name | operations |
Type | Resource |
Id | azure.management_groups.operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation}. |
display | object | The object that represents the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists all of the available Management REST API operations. |
check_name_availability | EXEC |
| Checks if the specified management group name is valid and unique |
start_tenant_backfill | EXEC |
| Starts backfilling subscriptions for the Tenant. |
tenant_backfill_status | EXEC |
| Gets tenant backfill status |
SELECT
examples
Lists all of the available Management REST API operations.
SELECT
name,
display
FROM azure.management_groups.operations
;