ArmWebPubSubModelFactory.WebPubSubThrottleByJwtSignatureRule Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
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.