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

ProvisioningTransportOptions interface

用于预配传输的配置选项。 传入传输的 setTransportOptions 函数。

属性

pollingInterval

轮询的默认间隔,在服务未向我们提供时使用。

timeoutInterval

与服务通信时使用的默认超时

webSocketAgent

与服务通信时要使用的可选代理

属性详细信息

pollingInterval

轮询的默认间隔,在服务未向我们提供时使用。

pollingInterval?: number

属性值

number

timeoutInterval

与服务通信时使用的默认超时

timeoutInterval?: number

属性值

number

webSocketAgent

与服务通信时要使用的可选代理

webSocketAgent?: Agent

属性值

Agent