次の方法で共有


BotServiceExtensions.GetBotServiceQnAMakerEndpointKey メソッド

定義

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

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys
  • 操作IdQnAMakerEndpointKeys_Get
public static Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult> GetBotServiceQnAMakerEndpointKey (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent content, System.Threading.CancellationToken cancellationToken = default);
static member GetBotServiceQnAMakerEndpointKey : Azure.ResourceManager.Resources.SubscriptionResource * Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyContent * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.BotService.Models.GetBotServiceQnAMakerEndpointKeyResult>
<Extension()>
Public Function GetBotServiceQnAMakerEndpointKey (subscriptionResource As SubscriptionResource, content As GetBotServiceQnAMakerEndpointKeyContent, Optional cancellationToken As CancellationToken = Nothing) As Response(Of GetBotServiceQnAMakerEndpointKeyResult)

パラメーター

subscriptionResource
SubscriptionResource

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

content
GetBotServiceQnAMakerEndpointKeyContent

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

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象