Skip to main content

operations

Creates, updates, deletes, gets or lists a operations resource.

Overview

Nameoperations
TypeResource
Idazure.management_groups.operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe object that represents the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all of the available Management REST API operations.
check_name_availabilityEXECChecks if the specified management group name is valid and unique
start_tenant_backfillEXECStarts backfilling subscriptions for the Tenant.
tenant_backfill_statusEXECGets tenant backfill status

SELECT examples

Lists all of the available Management REST API operations.

SELECT
name,
display
FROM azure.management_groups.operations
;