IWithSiteConfigs<FluentT>.WithWebSocketsEnabled(Boolean) Method

Definition

Specifies if web sockets are enabled.

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)

Parameters

enabled
Boolean

True if web sockets are enabled.

Returns

Applies to