你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

HostSettings interface

Interface representing a HostSettings.

Methods

get(HostSettingsGetOptionalParams)

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

Method Details

get(HostSettingsGetOptionalParams)

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

function get(options?: HostSettingsGetOptionalParams): Promise<HostSettingsResponse>

Parameters

options
HostSettingsGetOptionalParams

The options parameters.

Returns