Skip to main content

email_registrations

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

Overview

Nameemail_registrations
TypeResource
Idazure.data_share.email_registrations

Fields

The following fields are returned by SELECT queries:

SELECT not supported for this resource, use SHOW METHODS to view available operations for the resource.

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
activate_emailexeclocationActivates the tenant and email combination using email code received. Activate the email registration for the current tenant.
register_emailexeclocationRegisters the tenant and email combination for verification. Register an email for the current tenant.

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
locationstringLocation of the registration. Required.

Lifecycle Methods

Activates the tenant and email combination using email code received. Activate the email registration for the current tenant.

EXEC azure.data_share.email_registrations.activate_email 
@location='{{ location }}' --required
@@json=
'{
"activationCode": "{{ activationCode }}"
}'
;