BotServiceExtensions Class
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.
A class to add extension methods to Azure.ResourceManager.BotService.
public static class BotServiceExtensions
type BotServiceExtensions = class
Public Module BotServiceExtensions
- Inheritance
-
BotServiceExtensions
Methods
CheckBotServiceNameAvailability(TenantResource, BotServiceNameAvailabilityContent, CancellationToken) |
Check whether a bot name is available.
|
CheckBotServiceNameAvailabilityAsync(TenantResource, BotServiceNameAvailabilityContent, CancellationToken) |
Check whether a bot name is available.
|
GetBot(ResourceGroupResource, String, CancellationToken) |
Returns a BotService specified by the parameters.
|
GetBotAsync(ResourceGroupResource, String, CancellationToken) |
Returns a BotService specified by the parameters.
|
GetBotChannelResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BotChannelResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, BotChannelName) to create a BotChannelResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBotChannelResource(ResourceIdentifier) instead. |
GetBotConnectionServiceProviders(SubscriptionResource, CancellationToken) |
Lists the available Service Providers for creating Connection Settings
|
GetBotConnectionServiceProvidersAsync(SubscriptionResource, CancellationToken) |
Lists the available Service Providers for creating Connection Settings
|
GetBotConnectionSettingResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BotConnectionSettingResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a BotConnectionSettingResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBotConnectionSettingResource(ResourceIdentifier) instead. |
GetBotResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BotResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String) to create a BotResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBotResource(ResourceIdentifier) instead. |
GetBots(ResourceGroupResource) |
Gets a collection of BotResources in the ResourceGroupResource. MockingTo mock this method, please mock GetBots() instead. |
GetBots(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetBotsAsync(SubscriptionResource, CancellationToken) |
Returns all the resources of a particular type belonging to a subscription.
|
GetBotServiceHostSettings(SubscriptionResource, CancellationToken) |
Get per subscription settings needed to host bot in compute resource such as Azure App Service
|
GetBotServiceHostSettingsAsync(SubscriptionResource, CancellationToken) |
Get per subscription settings needed to host bot in compute resource such as Azure App Service
|
GetBotServicePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier) |
Gets an object representing a BotServicePrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. You can use CreateResourceIdentifier(String, String, String, String) to create a BotServicePrivateEndpointConnectionResourceResourceIdentifier from its components. MockingTo mock this method, please mock GetBotServicePrivateEndpointConnectionResource(ResourceIdentifier) instead. |
GetBotServiceQnAMakerEndpointKey(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken) |
Lists the QnA Maker endpoint keys
|
GetBotServiceQnAMakerEndpointKeyAsync(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken) |
Lists the QnA Maker endpoint keys
|
Applies to
Azure SDK for .NET