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

The following fields are returned by SELECT queries:

HTTP 200 (OK) if the operation was successful.

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

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectLists all the available Domain Services operations.

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.

NameDatatypeDescription

SELECT examples

Lists all the available Domain Services operations.

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