Skip to main content

domain_service_operations

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

Overview

Namedomain_service_operations
TypeResource
Idazure.aad_domain_services.domain_service_operations

Fields

NameDatatypeDescription
namestringOperation name: {provider}/{resource}/{operation}.
displayobjectThe operation supported by Domain Services.
originstringThe origin of the operation.

Methods

NameAccessible byRequired ParamsDescription
listSELECTLists all the available Domain Services operations.

SELECT examples

Lists all the available Domain Services operations.

SELECT
name,
display,
origin
FROM azure.aad_domain_services.domain_service_operations
;