Condividi tramite


BotServiceExtensions Class

Definition

A class to add extension methods to Azure.ResourceManager.BotService.

public static class BotServiceExtensions
type BotServiceExtensions = class
Public Module BotServiceExtensions
Inheritance
BotServiceExtensions

Methods

Name Description
CheckBotServiceNameAvailability(TenantResource, BotServiceNameAvailabilityContent, CancellationToken)

Check whether a bot name is available. <item> Mocking. To mock this method, please mock CheckBotServiceNameAvailability(BotServiceNameAvailabilityContent, CancellationToken) instead. </item>

CheckBotServiceNameAvailabilityAsync(TenantResource, BotServiceNameAvailabilityContent, CancellationToken)

Check whether a bot name is available. <item> Mocking. To mock this method, please mock CheckBotServiceNameAvailabilityAsync(BotServiceNameAvailabilityContent, CancellationToken) instead. </item>

GetBot(ResourceGroupResource, String, CancellationToken)

Returns a BotService specified by the parameters. <item> Mocking. To mock this method, please mock GetBot(String, CancellationToken) instead. </item>

GetBotAsync(ResourceGroupResource, String, CancellationToken)

Returns a BotService specified by the parameters. <item> Mocking. To mock this method, please mock GetBotAsync(String, CancellationToken) instead. </item>

GetBotChannelResource(ArmClient, ResourceIdentifier)

Gets an object representing a BotChannelResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBotChannelResource(ResourceIdentifier) instead. </item>

GetBotConnectionServiceProviders(SubscriptionResource, CancellationToken)

Lists the available Service Providers for creating Connection Settings <item> Mocking. To mock this method, please mock GetBotConnectionServiceProviders(CancellationToken) instead. </item>

GetBotConnectionServiceProvidersAsync(SubscriptionResource, CancellationToken)

Lists the available Service Providers for creating Connection Settings <item> Mocking. To mock this method, please mock GetBotConnectionServiceProvidersAsync(CancellationToken) instead. </item>

GetBotConnectionSettingResource(ArmClient, ResourceIdentifier)

Gets an object representing a BotConnectionSettingResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBotConnectionSettingResource(ResourceIdentifier) instead. </item>

GetBotResource(ArmClient, ResourceIdentifier)

Gets an object representing a BotResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBotResource(ResourceIdentifier) instead. </item>

GetBots(ResourceGroupResource)

Gets a collection of Bots in the ResourceGroupResource<item> Mocking. To mock this method, please mock GetBots() instead. </item>

GetBots(SubscriptionResource, CancellationToken)

Returns all the resources of a particular type belonging to a subscription. <item> Mocking. To mock this method, please mock GetBots(CancellationToken) instead. </item>

GetBotsAsync(SubscriptionResource, CancellationToken)

Returns all the resources of a particular type belonging to a subscription. <item> Mocking. To mock this method, please mock GetBotsAsync(CancellationToken) instead. </item>

GetBotServiceHostSettings(SubscriptionResource, CancellationToken)

Get per subscription settings needed to host bot in compute resource such as Azure App Service <item> Mocking. To mock this method, please mock GetBotServiceHostSettings(CancellationToken) instead. </item>

GetBotServiceHostSettingsAsync(SubscriptionResource, CancellationToken)

Get per subscription settings needed to host bot in compute resource such as Azure App Service <item> Mocking. To mock this method, please mock GetBotServiceHostSettingsAsync(CancellationToken) instead. </item>

GetBotServiceNetworkSecurityPerimeterConfigurationResource(ArmClient, ResourceIdentifier)

Gets an object representing a BotServiceNetworkSecurityPerimeterConfigurationResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBotServiceNetworkSecurityPerimeterConfigurationResource(ResourceIdentifier) instead. </item>

GetBotServicePrivateEndpointConnectionResource(ArmClient, ResourceIdentifier)

Gets an object representing a BotServicePrivateEndpointConnectionResource along with the instance operations that can be performed on it but with no data. <item> Mocking. To mock this method, please mock GetBotServicePrivateEndpointConnectionResource(ResourceIdentifier) instead. </item>

GetBotServiceQnAMakerEndpointKey(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken)

Lists the QnA Maker endpoint keys <item> Mocking. To mock this method, please mock GetBotServiceQnAMakerEndpointKey(GetBotServiceQnAMakerEndpointKeyContent, CancellationToken) instead. </item>

GetBotServiceQnAMakerEndpointKeyAsync(SubscriptionResource, GetBotServiceQnAMakerEndpointKeyContent, CancellationToken)

Lists the QnA Maker endpoint keys <item> Mocking. To mock this method, please mock GetBotServiceQnAMakerEndpointKeyAsync(GetBotServiceQnAMakerEndpointKeyContent, CancellationToken) instead. </item>

Applies to