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_emailexeclocationapi-versionActivate the email registration for the current tenant
register_emailexeclocationapi-versionRegister 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
api-versionstringThe api version to use.

Lifecycle Methods

Activate the email registration for the current tenant

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