WebPubSubThrottleByJwtCustomClaimRule(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 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.