domain_service_operations
Creates, updates, deletes, gets or lists a domain_service_operations
resource.
Overview
Name | domain_service_operations |
Type | Resource |
Id | azure.aad_domain_services.domain_service_operations |
Fields
Name | Datatype | Description |
---|---|---|
name | string | Operation name: {provider}/{resource}/{operation}. |
display | object | The operation supported by Domain Services. |
origin | string | The origin of the operation. |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
list | SELECT |
| Lists 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
;