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
Bot |
getBotConnections()
Gets the Bot |
|
abstract
Bots |
getBots()
Gets the Bots |
|
abstract
Channels |
getChannels()
Gets the Channels |
| abstract Duration |
getDefaultPollInterval()
Gets The default poll interval for long-running operation. |
|
abstract
Direct |
getDirectLines()
Gets the Direct |
| abstract String |
getEndpoint()
Gets server parameter. |
|
abstract
Host |
getHostSettings()
Gets the Host |
|
abstract
Http |
getHttpPipeline()
Gets The HTTP pipeline to send requests through. |
|
abstract
Operation |
getOperationResults()
Gets the Operation |
|
abstract
Operations |
getOperations()
Gets the Operations |
|
abstract
Private |
getPrivateEndpointConnections()
Gets the Private |
|
abstract
Private |
getPrivateLinkResources()
Gets the Private |
| abstract String |
getSubscriptionId()
Gets Azure Subscription ID. |
Method Details
getApiVersion
public abstract String getApiVersion()
Gets Api Version.
Returns:
getBotConnections
public abstract BotConnectionsClient getBotConnections()
Gets the BotConnectionsClient object to access its operations.
Returns:
getBots
public abstract BotsClient getBots()
Gets the BotsClient object to access its operations.
Returns:
getChannels
public abstract ChannelsClient getChannels()
Gets the ChannelsClient object to access its operations.
Returns:
getDefaultPollInterval
public abstract Duration getDefaultPollInterval()
Gets The default poll interval for long-running operation.
Returns:
getDirectLines
public abstract DirectLinesClient getDirectLines()
Gets the DirectLinesClient object to access its operations.
Returns:
getEndpoint
public abstract String getEndpoint()
Gets server parameter.
Returns:
getHostSettings
public abstract HostSettingsClient getHostSettings()
Gets the HostSettingsClient object to access its operations.
Returns:
getHttpPipeline
public abstract HttpPipeline getHttpPipeline()
Gets The HTTP pipeline to send requests through.
Returns:
getOperationResults
public abstract OperationResultsClient getOperationResults()
Gets the OperationResultsClient object to access its operations.
Returns:
getOperations
public abstract OperationsClient getOperations()
Gets the OperationsClient object to access its operations.
Returns:
getPrivateEndpointConnections
public abstract PrivateEndpointConnectionsClient getPrivateEndpointConnections()
Gets the PrivateEndpointConnectionsClient object to access its operations.
Returns:
getPrivateLinkResources
public abstract PrivateLinkResourcesClient getPrivateLinkResources()
Gets the PrivateLinkResourcesClient object to access its operations.
Returns:
getSubscriptionId
public abstract String getSubscriptionId()
Gets Azure Subscription ID.
Returns: