HostSettingsClient Interface
public interface HostSettingsClient
An instance of this class provides access to all the operations defined in HostSettingsClient.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
Host |
get()
Get per subscription settings needed to host bot in compute resource such as Azure App Service. |
|
abstract
Response<Host |
getWithResponse(Context context)
Get per subscription settings needed to host bot in compute resource such as Azure App Service. |
Method Details
get
public abstract HostSettingsResponseInner get()
Get per subscription settings needed to host bot in compute resource such as Azure App Service.
Returns:
getWithResponse
public abstract Response<HostSettingsResponseInner> getWithResponse(Context context)
Get per subscription settings needed to host bot in compute resource such as Azure App Service.
Parameters:
Returns: