ISiteConfig.WebSocketsEnabled Property

Definition

true if WebSocket is enabled; otherwise, false.

[Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="<code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="webSocketsEnabled", Update=true)]
public bool? WebSocketsEnabled { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Functions.Runtime.Info(Create=true, Description="<code>true</code> if WebSocket is enabled; otherwise, <code>false</code>.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="webSocketsEnabled", Update=true)>]
member this.WebSocketsEnabled : Nullable<bool> with get, set
Public Property WebSocketsEnabled As Nullable(Of Boolean)

Property Value

Attributes

Applies to