你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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>