Interface HostSettings
public interface HostSettings
Resource collection API of HostSettings.
-
Method Summary
Modifier and TypeMethodDescriptionget()Get per subscription settings needed to host bot in compute resource such as Azure App Service.com.azure.core.http.rest.Response<HostSettingsResponse> getWithResponse(com.azure.core.util.Context context) Get per subscription settings needed to host bot in compute resource such as Azure App Service.
-
Method Details
-
getWithResponse
com.azure.core.http.rest.Response<HostSettingsResponse> getWithResponse(com.azure.core.util.Context context) Get per subscription settings needed to host bot in compute resource such as Azure App Service.- Parameters:
context- The context to associate with this operation.- Returns:
- per subscription settings needed to host bot in compute resource such as Azure App Service along with
Response. - Throws:
IllegalArgumentException- thrown if parameters fail the validation.com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-
get
HostSettingsResponse get()Get per subscription settings needed to host bot in compute resource such as Azure App Service.- Returns:
- per subscription settings needed to host bot in compute resource such as Azure App Service.
- Throws:
com.azure.core.management.exception.ManagementException- thrown if the request is rejected by server.RuntimeException- all other wrapped checked exceptions if the request fails to be sent.
-