Share via


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 HostSettingsResponseInner get()

Get per subscription settings needed to host bot in compute resource such as Azure App Service.

abstract Response<HostSettingsResponseInner> 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:

per subscription settings needed to host bot in compute resource such as Azure App Service.

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:

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<T>.

Applies to