Skip to main content

email_services_verified_exchange_online_domains

Creates, updates, deletes, gets or lists an email_services_verified_exchange_online_domains resource.

Overview

Nameemail_services_verified_exchange_online_domains
TypeResource
Idazure.communication.email_services_verified_exchange_online_domains

Fields

The following fields are returned by SELECT queries:

Success. The response describe a list of verified domains from Exchange Online.

NameDatatypeDescription

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselectsubscriptionIdGet 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.

NameDatatypeDescription
subscriptionIdstring (uuid)The ID of the target subscription. The value must be an UUID.

SELECT examples

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
;