Versions in this module Expand all Collapse all v1 v1.0.1 Sep 13, 2022 v1.0.0 Sep 12, 2022 Changes in this version + type BotConnectionClientAPI interface + Create func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.ConnectionSetting, err error) + Delete func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result autorest.Response, err error) + Get func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.ConnectionSetting, err error) + ListByBotService func(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ConnectionSettingResponseListPage, err error) + ListByBotServiceComplete func(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ConnectionSettingResponseListIterator, err error) + ListServiceProviders func(ctx context.Context) (result botservice.ServiceProviderResponseList, err error) + ListWithSecrets func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.ConnectionSetting, err error) + Update func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.ConnectionSetting, err error) + type BotsClientAPI interface + Create func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.Bot, err error) + Delete func(ctx context.Context, resourceGroupName string, resourceName string) (result autorest.Response, err error) + Get func(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.Bot, err error) + GetCheckNameAvailability func(ctx context.Context, parameters botservice.CheckNameAvailabilityRequestBody) (result botservice.CheckNameAvailabilityResponseBody, err error) + List func(ctx context.Context) (result botservice.BotResponseListPage, err error) + ListByResourceGroup func(ctx context.Context, resourceGroupName string) (result botservice.BotResponseListPage, err error) + ListByResourceGroupComplete func(ctx context.Context, resourceGroupName string) (result botservice.BotResponseListIterator, err error) + ListComplete func(ctx context.Context) (result botservice.BotResponseListIterator, err error) + Update func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.Bot, err error) + type ChannelsClientAPI interface + Create func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.BotChannel, err error) + Delete func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result autorest.Response, err error) + Get func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.BotChannel, err error) + ListByResourceGroup func(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ChannelResponseListPage, err error) + ListByResourceGroupComplete func(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ChannelResponseListIterator, err error) + ListWithKeys func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.ListChannelWithKeysResponse, err error) + Update func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.BotChannel, err error) + type DirectLineClientAPI interface + RegenerateKeys func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.BotChannel, err error) + type HostSettingsClientAPI interface + Get func(ctx context.Context) (result botservice.HostSettingsResponse, err error) + type OperationResultsClientAPI interface + Get func(ctx context.Context, operationResultID string) (result botservice.OperationResultsGetFuture, err error) + type OperationsClientAPI interface + List func(ctx context.Context) (result botservice.OperationEntityListResultPage, err error) + ListComplete func(ctx context.Context) (result botservice.OperationEntityListResultIterator, err error) + type PrivateEndpointConnectionsClientAPI interface + Create func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.PrivateEndpointConnection, err error) + Delete func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result autorest.Response, err error) + Get func(ctx context.Context, resourceGroupName string, resourceName string, ...) (result botservice.PrivateEndpointConnection, err error) + List func(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.PrivateEndpointConnectionListResult, err error) + type PrivateLinkResourcesClientAPI interface + ListByBotResource func(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.PrivateLinkResourceListResult, err error)