IWithSiteConfigs<FluentT>.WithWebSocketsEnabled(Boolean) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定是否啟用 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。