次の方法で共有


AzureBotService Interface

public interface AzureBotService

The interface for AzureBotService class.

Method Summary

Modifier and Type Method and Description
abstract String getApiVersion()

Gets Api Version.

abstract BotConnectionsClient getBotConnections()

Gets the BotConnectionsClient object to access its operations.

abstract BotsClient getBots()

Gets the BotsClient object to access its operations.

abstract ChannelsClient getChannels()

Gets the ChannelsClient object to access its operations.

abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

abstract DirectLinesClient getDirectLines()

Gets the DirectLinesClient object to access its operations.

abstract String getEndpoint()

Gets server parameter.

abstract HostSettingsClient getHostSettings()

Gets the HostSettingsClient object to access its operations.

abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

abstract OperationResultsClient getOperationResults()

Gets the OperationResultsClient object to access its operations.

abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

abstract String getSubscriptionId()

Gets Azure Subscription ID.

Method Details

getApiVersion

public abstract String getApiVersion()

Gets Api Version.

Returns:

the apiVersion value.

getBotConnections

public abstract BotConnectionsClient getBotConnections()

Gets the BotConnectionsClient object to access its operations.

Returns:

the BotConnectionsClient object.

getBots

public abstract BotsClient getBots()

Gets the BotsClient object to access its operations.

Returns:

the BotsClient object.

getChannels

public abstract ChannelsClient getChannels()

Gets the ChannelsClient object to access its operations.

Returns:

the ChannelsClient object.

getDefaultPollInterval

public abstract Duration getDefaultPollInterval()

Gets The default poll interval for long-running operation.

Returns:

the defaultPollInterval value.

getDirectLines

public abstract DirectLinesClient getDirectLines()

Gets the DirectLinesClient object to access its operations.

Returns:

the DirectLinesClient object.

getEndpoint

public abstract String getEndpoint()

Gets server parameter.

Returns:

the endpoint value.

getHostSettings

public abstract HostSettingsClient getHostSettings()

Gets the HostSettingsClient object to access its operations.

Returns:

the HostSettingsClient object.

getHttpPipeline

public abstract HttpPipeline getHttpPipeline()

Gets The HTTP pipeline to send requests through.

Returns:

the httpPipeline value.

getOperationResults

public abstract OperationResultsClient getOperationResults()

Gets the OperationResultsClient object to access its operations.

Returns:

the OperationResultsClient object.

getOperations

public abstract OperationsClient getOperations()

Gets the OperationsClient object to access its operations.

Returns:

the OperationsClient object.

getPrivateEndpointConnections

public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()

Gets the PrivateEndpointConnectionsClient object to access its operations.

Returns:

the PrivateEndpointConnectionsClient object.

getPrivateLinkResources

public abstract PrivateLinkResourcesClient getPrivateLinkResources()

Gets the PrivateLinkResourcesClient object to access its operations.

Returns:

the PrivateLinkResourcesClient object.

getSubscriptionId

public abstract String getSubscriptionId()

Gets Azure Subscription ID.

Returns:

the subscriptionId value.

Applies to