次の方法で共有


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

True を指定すると、Web ソケットが有効になります。

戻り値

適用対象