IWithSiteConfigs<FluentT>.WithWebSocketsEnabled(Boolean) Método

Definição

Especifica se os soquetes da Web estão habilitados.

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)

Parâmetros

enabled
Boolean

True se os soquetes da Web estiverem habilitados.

Retornos

Aplica-se a