email_services_verified_exchange_online_domains
Creates, updates, deletes, gets or lists an email_services_verified_exchange_online_domains
resource.
Overview
Name | email_services_verified_exchange_online_domains |
Type | Resource |
Id | azure.communication.email_services_verified_exchange_online_domains |
Fields
The following fields are returned by SELECT
queries:
- list
Success. The response describe a list of verified domains from Exchange Online.
Name | Datatype | Description |
---|
Methods
The following methods are available for this resource:
Name | Accessible by | Required Params | Optional Params | Description |
---|---|---|---|---|
list | select | subscriptionId | Get a list of domains that are fully verified in Exchange Online. |
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.
Name | Datatype | Description |
---|---|---|
subscriptionId | string (uuid) | The ID of the target subscription. The value must be an UUID. |
SELECT
examples
- list
Get a list of domains that are fully verified in Exchange Online.
SELECT
*
FROM azure.communication.email_services_verified_exchange_online_domains
WHERE subscriptionId = '{{ subscriptionId }}' -- required
;