Compartir a través de


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

Definición

Especifica si los sockets web están 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 si los sockets web están habilitados.

Devoluciones

Se aplica a