Share via


IWithSiteConfigs<FluentT>.WithWebSocketsEnabled(Boolean) Method

Definition

Specifies if web sockets are enabled.

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)

Parameters

enabled
Boolean

True if web sockets are enabled.

Returns

Applies to