다음을 통해 공유


IWithSiteConfigs<FluentT>.WithWebSocketsEnabled(Boolean) 메서드

정의

웹 소켓을 사용할 수 있는지를 지정합니다.

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

True이면 웹 소켓을 사용할 수 있습니다.

반환

적용 대상