Interface HostSettingsClient


  • public interface HostSettingsClient
    An instance of this class provides access to all the operations defined in HostSettingsClient.
    • Method Detail

      • get

        HostSettingsResponseInner 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.
      • getWithResponse

        com.azure.core.http.rest.Response<HostSettingsResponseInner> 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.