次の方法で共有


BotServiceExtensions.GetBotServiceQnAMakerEndpointKeyAsync メソッド

定義

QnA Maker エンドポイント キーを一覧表示します

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys
  • 操作IdQnAMakerEndpointKeys_Get
public static System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>> GetBotServiceQnAMakerEndpointKeyAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent content, System.Threading.CancellationToken cancellationToken = default);
static member GetBotServiceQnAMakerEndpointKeyAsync : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>>
<Extension()>
Public Function GetBotServiceQnAMakerEndpointKeyAsync (subscriptionResource As SubscriptionResource, content As GetBotServiceQnAMakerEndpointKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of GetBotServiceQnAMakerEndpointKeyResult))

パラメーター

subscriptionResource
SubscriptionResource

SubscriptionResourceメソッドが実行するインスタンス。

content
GetBotServiceQnAMakerEndpointKeyContent

チェック名の可用性要求に指定する要求本文パラメーター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

content が null です。

適用対象