BotServiceExtensions クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
Azure.ResourceManager.BotService に拡張メソッドを追加するクラス。
public static class BotServiceExtensions
type BotServiceExtensions = class
Public Module BotServiceExtensions
- 継承
-
BotServiceExtensions
メソッド
CheckBotServiceNameAvailability(TenantResource, BotServiceNameAvailabilityContent, CancellationToken) |
ボット名が使用可能かどうかを確認します。
|
CheckBotServiceNameAvailabilityAsync(TenantResource, BotServiceNameAvailabilityContent, CancellationToken) |
ボット名が使用可能かどうかを確認します。
|
GetBot(ResourceGroupResource, String, CancellationToken) |
パラメーターで指定された BotService を返します。
|
GetBotAsync(ResourceGroupResource, String, CancellationToken) |
パラメーターで指定された BotService を返します。
|
GetBotChannelResource(ArmClient, ResourceIdentifier) |
に対して BotChannelResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, BotChannelName) して、そのコンポーネントから を BotChannelResourceResourceIdentifier 作成できます。 |
GetBotConnectionServiceProviders(SubscriptionResource, CancellationToken) |
接続設定を作成するために使用可能なサービス プロバイダーの一覧を表示します
|
GetBotConnectionServiceProvidersAsync(SubscriptionResource, CancellationToken) |
接続設定を作成するために使用可能なサービス プロバイダーの一覧を表示します
|
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) |
サブスクリプションに属する特定の種類のすべてのリソースを返します。
|
GetBotsAsync(SubscriptionResource, CancellationToken) |
サブスクリプションに属する特定の種類のすべてのリソースを返します。
|
GetBotServiceHostSettings(SubscriptionResource, CancellationToken) |
Azure App Serviceなどのコンピューティング リソースでボットをホストするために必要なサブスクリプションごとの設定を取得する
|
GetBotServiceHostSettingsAsync(SubscriptionResource, CancellationToken) |
Azure App Serviceなどのコンピューティング リソースでボットをホストするために必要なサブスクリプションごとの設定を取得する
|
GetBotServicePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
に対して BotServicePrivateEndpointConnectionResource 実行できるが、データを含まないインスタンス操作と共に を表す オブジェクトを取得します。 を使用 CreateResourceIdentifier(String, String, String, String) して、そのコンポーネントから を BotServicePrivateEndpointConnectionResourceResourceIdentifier 作成できます。 |
GetBotServiceQnAMakerEndpointKey(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken) |
QnA Maker エンドポイント キーを一覧表示します
|
GetBotServiceQnAMakerEndpointKeyAsync(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken) |
QnA Maker エンドポイント キーを一覧表示します
|