Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BotConnectionClientAPI ¶
type BotConnectionClientAPI interface { Create(ctx context.Context, resourceGroupName string, resourceName string, connectionName string, parameters botservice.ConnectionSetting) (result botservice.ConnectionSetting, err error) Delete(ctx context.Context, resourceGroupName string, resourceName string, connectionName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, resourceName string, connectionName string) (result botservice.ConnectionSetting, err error) ListByBotService(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ConnectionSettingResponseListPage, err error) ListByBotServiceComplete(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ConnectionSettingResponseListIterator, err error) ListServiceProviders(ctx context.Context) (result botservice.ServiceProviderResponseList, err error) ListWithSecrets(ctx context.Context, resourceGroupName string, resourceName string, connectionName string) (result botservice.ConnectionSetting, err error) Update(ctx context.Context, resourceGroupName string, resourceName string, connectionName string, parameters botservice.ConnectionSetting) (result botservice.ConnectionSetting, err error) }
BotConnectionClientAPI contains the set of methods on the BotConnectionClient type.
type BotsClientAPI ¶
type BotsClientAPI interface { Create(ctx context.Context, resourceGroupName string, resourceName string, parameters botservice.Bot) (result botservice.Bot, err error) Delete(ctx context.Context, resourceGroupName string, resourceName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.Bot, err error) GetCheckNameAvailability(ctx context.Context, parameters botservice.CheckNameAvailabilityRequestBody) (result botservice.CheckNameAvailabilityResponseBody, err error) List(ctx context.Context) (result botservice.BotResponseListPage, err error) ListComplete(ctx context.Context) (result botservice.BotResponseListIterator, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string) (result botservice.BotResponseListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string) (result botservice.BotResponseListIterator, err error) Update(ctx context.Context, resourceGroupName string, resourceName string, parameters botservice.Bot) (result botservice.Bot, err error) }
BotsClientAPI contains the set of methods on the BotsClient type.
type ChannelsClientAPI ¶
type ChannelsClientAPI interface { Create(ctx context.Context, resourceGroupName string, resourceName string, channelName botservice.ChannelName, parameters botservice.BotChannel) (result botservice.BotChannel, err error) Delete(ctx context.Context, resourceGroupName string, resourceName string, channelName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, resourceName string, channelName string) (result botservice.BotChannel, err error) ListByResourceGroup(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ChannelResponseListPage, err error) ListByResourceGroupComplete(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.ChannelResponseListIterator, err error) ListWithKeys(ctx context.Context, resourceGroupName string, resourceName string, channelName botservice.ChannelName) (result botservice.ListChannelWithKeysResponse, err error) Update(ctx context.Context, resourceGroupName string, resourceName string, channelName botservice.ChannelName, parameters botservice.BotChannel) (result botservice.BotChannel, err error) }
ChannelsClientAPI contains the set of methods on the ChannelsClient type.
type DirectLineClientAPI ¶
type DirectLineClientAPI interface {
RegenerateKeys(ctx context.Context, resourceGroupName string, resourceName string, channelName botservice.RegenerateKeysChannelName, parameters botservice.SiteInfo) (result botservice.BotChannel, err error)
}
DirectLineClientAPI contains the set of methods on the DirectLineClient type.
type HostSettingsClientAPI ¶
type HostSettingsClientAPI interface {
Get(ctx context.Context) (result botservice.HostSettingsResponse, err error)
}
HostSettingsClientAPI contains the set of methods on the HostSettingsClient type.
type OperationResultsClientAPI ¶
type OperationResultsClientAPI interface {
Get(ctx context.Context, operationResultID string) (result botservice.OperationResultsGetFuture, err error)
}
OperationResultsClientAPI contains the set of methods on the OperationResultsClient type.
type OperationsClientAPI ¶
type OperationsClientAPI interface { List(ctx context.Context) (result botservice.OperationEntityListResultPage, err error) ListComplete(ctx context.Context) (result botservice.OperationEntityListResultIterator, err error) }
OperationsClientAPI contains the set of methods on the OperationsClient type.
type PrivateEndpointConnectionsClientAPI ¶
type PrivateEndpointConnectionsClientAPI interface { Create(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string, properties botservice.PrivateEndpointConnection) (result botservice.PrivateEndpointConnection, err error) Delete(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string) (result autorest.Response, err error) Get(ctx context.Context, resourceGroupName string, resourceName string, privateEndpointConnectionName string) (result botservice.PrivateEndpointConnection, err error) List(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.PrivateEndpointConnectionListResult, err error) }
PrivateEndpointConnectionsClientAPI contains the set of methods on the PrivateEndpointConnectionsClient type.
type PrivateLinkResourcesClientAPI ¶
type PrivateLinkResourcesClientAPI interface {
ListByBotResource(ctx context.Context, resourceGroupName string, resourceName string) (result botservice.PrivateLinkResourceListResult, err error)
}
PrivateLinkResourcesClientAPI contains the set of methods on the PrivateLinkResourcesClient type.