Email interface
Interface representing a Email.
Methods
create |
Creates an email channel sign in url for a Bot Service |
Method Details
createSignInUrl(string, string, EmailCreateSignInUrlOptionalParams)
Creates an email channel sign in url for a Bot Service
function createSignInUrl(resourceGroupName: string, resourceName: string, options?: EmailCreateSignInUrlOptionalParams): Promise<CreateEmailSignInUrlResponse>
Parameters
- resourceGroupName
-
string
The name of the Bot resource group in the user subscription.
- resourceName
-
string
The name of the Bot resource.
The options parameters.
Returns
Promise<CreateEmailSignInUrlResponse>