WebPubSubTrafficThrottleByJwtCustomClaimRule(String) Constructor

Definition

Initializes a new instance of WebPubSubTrafficThrottleByJwtCustomClaimRule.

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

Parameters

claimName
String

The name of the claim in the JWT token. The message bytes with the same claim value will be aggregated. If the claim is not found in the token, the rule will be skipped.

Exceptions

claimName is null.

Applies to