次の方法で共有


BotServiceExtensions クラス

定義

Azure.ResourceManager.BotService に拡張メソッドを追加するクラス。

public static class BotServiceExtensions
type BotServiceExtensions = class
Public Module BotServiceExtensions
継承
BotServiceExtensions

メソッド

CheckBotServiceNameAvailability(TenantResource, BotServiceNameAvailabilityContent, CancellationToken)

ボット名が使用可能かどうかを確認します。

  • 要求パス/プロバイダー/Microsoft.BotService/checkNameAvailability
  • 操作IdBots_GetCheckNameAvailability
CheckBotServiceNameAvailabilityAsync(TenantResource, BotServiceNameAvailabilityContent, CancellationToken)

ボット名が使用可能かどうかを確認します。

  • 要求パス/プロバイダー/Microsoft.BotService/checkNameAvailability
  • 操作IdBots_GetCheckNameAvailability
GetBot(ResourceGroupResource, String, CancellationToken)

パラメーターで指定された BotService を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}
  • 操作IdBots_Get
GetBotAsync(ResourceGroupResource, String, CancellationToken)

パラメーターで指定された BotService を返します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.BotService/botServices/{resourceName}
  • 操作IdBots_Get
GetBotChannelResource(ArmClient, ResourceIdentifier)

に対して BotChannelResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, BotChannelName) して、そのコンポーネントから を BotChannelResourceResourceIdentifier 作成できます。

GetBotConnectionServiceProviders(SubscriptionResource, CancellationToken)

接続設定を作成するために使用可能なサービス プロバイダーの一覧を表示します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders
  • 操作IdBotConnection_ListServiceProviders
GetBotConnectionServiceProvidersAsync(SubscriptionResource, CancellationToken)

接続設定を作成するために使用可能なサービス プロバイダーの一覧を表示します

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.BotService/listAuthServiceProviders
  • 操作IdBotConnection_ListServiceProviders
GetBotConnectionSettingResource(ArmClient, ResourceIdentifier)

に対して BotConnectionSettingResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を BotConnectionSettingResourceResourceIdentifier 作成できます。

GetBotResource(ArmClient, ResourceIdentifier)

に対して BotResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String) して、そのコンポーネントから を BotResourceResourceIdentifier 作成できます。

GetBots(ResourceGroupResource)

ResourceGroupResource 内の BotResources のコレクションを取得します。

GetBots(SubscriptionResource, CancellationToken)

サブスクリプションに属する特定の種類のすべてのリソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.BotService/botServices
  • 操作IdBots_List
GetBotsAsync(SubscriptionResource, CancellationToken)

サブスクリプションに属する特定の種類のすべてのリソースを返します。

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.BotService/botServices
  • 操作IdBots_List
GetBotServiceHostSettings(SubscriptionResource, CancellationToken)

Azure App Serviceなどのコンピューティング リソースでボットをホストするために必要なサブスクリプションごとの設定を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.BotService/hostSettings
  • 操作IdHostSettings_Get
GetBotServiceHostSettingsAsync(SubscriptionResource, CancellationToken)

Azure App Serviceなどのコンピューティング リソースでボットをホストするために必要なサブスクリプションごとの設定を取得する

  • 要求パス/サブスクリプション/{subscriptionId}/providers/Microsoft.BotService/hostSettings
  • 操作IdHostSettings_Get
GetBotServicePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

に対して BotServicePrivateEndpointConnectionResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を BotServicePrivateEndpointConnectionResourceResourceIdentifier 作成できます。

GetBotServiceQnAMakerEndpointKey(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys
  • 操作IdQnAMakerEndpointKeys_Get
GetBotServiceQnAMakerEndpointKeyAsync(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken)

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

  • Request Path/subscriptions/{subscriptionId}/providers/Microsoft.BotService/listQnAMakerEndpointKeys
  • 操作IdQnAMakerEndpointKeys_Get

適用対象