HostSettings Interface
public interface HostSettings
Resource collection API of HostSettings.
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 HostSettingsResponse get()
Get per subscription settings needed to host bot in compute resource such as Azure App Service.
Returns:
getWithResponse
public abstract Response<HostSettingsResponse> getWithResponse(Context context)
Get per subscription settings needed to host bot in compute resource such as Azure App Service.
Parameters:
Returns: