共用方式為


IWithSiteConfigs<FluentT>.WithWebSocketsEnabled(Boolean) 方法

定義

指定是否啟用 Web 通訊端。

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

參數

enabled
Boolean

如果已啟用 Web 通訊端,則為 True。

傳回

適用於