ArmWebPubSubModelFactory.WebPubSubThrottleByUserIdRule Method

Definition

public static Azure.ResourceManager.WebPubSub.Models.WebPubSubThrottleByUserIdRule WebPubSubThrottleByUserIdRule(int? maxCount = default);
static member WebPubSubThrottleByUserIdRule : Nullable<int> -> Azure.ResourceManager.WebPubSub.Models.WebPubSubThrottleByUserIdRule
Public Shared Function WebPubSubThrottleByUserIdRule (Optional maxCount As Nullable(Of Integer) = Nothing) As WebPubSubThrottleByUserIdRule

Parameters

maxCount
Nullable<Int32>

Maximum connection count allowed for the same user ID. Clients with the same user ID will get rejected if the connection count exceeds this value. Default value is 20.

Returns

A new WebPubSubThrottleByUserIdRule instance for mocking.

Applies to