WebPubSubThrottleByJwtCustomClaimRule(String) Constructor

Definition

Initializes a new instance of WebPubSubThrottleByJwtCustomClaimRule.

public WebPubSubThrottleByJwtCustomClaimRule(string claimName);
new Azure.ResourceManager.WebPubSub.Models.WebPubSubThrottleByJwtCustomClaimRule : string -> Azure.ResourceManager.WebPubSub.Models.WebPubSubThrottleByJwtCustomClaimRule
Public Sub New (claimName As String)

Parameters

claimName
String

The name of the claim in the JWT token. The client connection with the same claim value will be aggregated. If the claim is not found in the token, the connection will be allowed.

Exceptions

claimName is null.

Applies to