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

IWithSiteConfigs<FluentT>.WithWebSocketsEnabled(Boolean) 方法

定义

指定是否启用 Web 套接字。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithWebSocketsEnabled (bool enabled);
abstract member WithWebSocketsEnabled : bool -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithWebSocketsEnabled (enabled As Boolean) As IUpdate(Of FluentT)

参数

enabled
Boolean

如果启用了 Web 套接字,则为 True。

返回

适用于