ArmWebPubSubModelFactory.WebPubSubThrottleByJwtSignatureRule Method

Definition

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

Parameters

maxCount
Nullable<Int32>

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

Returns

A new WebPubSubThrottleByJwtSignatureRule instance for mocking.

Applies to