ApplicationFirewallSettings.ClientConnectionCountRules Property

Definition

Gets or sets rules to control the client connection count

[Newtonsoft.Json.JsonProperty(PropertyName="clientConnectionCountRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.ClientConnectionCountRule> ClientConnectionCountRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="clientConnectionCountRules")>]
member this.ClientConnectionCountRules : System.Collections.Generic.IList<Microsoft.Azure.Management.SignalR.Models.ClientConnectionCountRule> with get, set
Public Property ClientConnectionCountRules As IList(Of ClientConnectionCountRule)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to