Share via


HostSettings Interface

public interface HostSettings

Resource collection API of HostSettings.

Method Summary

Modifier and Type Method and Description
abstract HostSettingsResponse get()

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

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

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

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:

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