Skip to main content

email

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

Overview

Nameemail
TypeResource
Idazure.bot_service.email

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
create_sign_in_urlexecresource_group_name, resource_name, subscription_idCreates an email channel sign in url for a Bot Service.

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
resource_group_namestringThe name of the Bot resource group in the user subscription. Required.
resource_namestringThe name of the Bot resource. Required.
subscription_idstring

Lifecycle Methods

Creates an email channel sign in url for a Bot Service.

EXEC azure.bot_service.email.create_sign_in_url 
@resource_group_name='{{ resource_group_name }}' --required,
@resource_name='{{ resource_name }}' --required,
@subscription_id='{{ subscription_id }}' --required
;