WebPubSubTrafficThrottleByJwtCustomClaimRule(String) Constructor
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.
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.