WebPubSubThrottleByJwtSignatureRule Class
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.
Throttle the client connection by the JWT signature.
public class WebPubSubThrottleByJwtSignatureRule : Azure.ResourceManager.WebPubSub.Models.WebPubSubClientConnectionCountRule, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubThrottleByJwtSignatureRule>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.WebPubSub.Models.WebPubSubThrottleByJwtSignatureRule>
type WebPubSubThrottleByJwtSignatureRule = class
inherit WebPubSubClientConnectionCountRule
interface IJsonModel<WebPubSubThrottleByJwtSignatureRule>
interface IPersistableModel<WebPubSubThrottleByJwtSignatureRule>
Public Class WebPubSubThrottleByJwtSignatureRule
Inherits WebPubSubClientConnectionCountRule
Implements IJsonModel(Of WebPubSubThrottleByJwtSignatureRule), IPersistableModel(Of WebPubSubThrottleByJwtSignatureRule)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| WebPubSubThrottleByJwtSignatureRule() |
Initializes a new instance of WebPubSubThrottleByJwtSignatureRule. |
Properties
| Name | Description |
|---|---|
| MaxCount |
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. |