BotResource.CreateEmailSignInUriAsync(CancellationToken) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates an email channel sign in url for a Bot Service
- Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}/createEmailSignInUrl
- Operation Id: Email_CreateSignInUrl
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.BotCreateEmailSignInUriResult>> CreateEmailSignInUriAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member CreateEmailSignInUriAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.BotCreateEmailSignInUriResult>>
override this.CreateEmailSignInUriAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.BotCreateEmailSignInUriResult>>
Public Overridable Function CreateEmailSignInUriAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of BotCreateEmailSignInUriResult))
Parameters
- cancellationToken
- CancellationToken
The cancellation token to use.