WebPubSubThrottleByJwtSignatureRule Class

Definition

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
WebPubSubThrottleByJwtSignatureRule
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.

Methods

Name Description
JsonModelCreateCore(Utf8JsonReader, ModelReaderWriterOptions)
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)
PersistableModelCreateCore(BinaryData, ModelReaderWriterOptions)
PersistableModelWriteCore(ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<WebPubSubClientConnectionCountRule>.Create(Utf8JsonReader, ModelReaderWriterOptions) (Inherited from WebPubSubClientConnectionCountRule)
IJsonModel<WebPubSubClientConnectionCountRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions) (Inherited from WebPubSubClientConnectionCountRule)
IJsonModel<WebPubSubThrottleByJwtSignatureRule>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<WebPubSubThrottleByJwtSignatureRule>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<WebPubSubClientConnectionCountRule>.Create(BinaryData, ModelReaderWriterOptions) (Inherited from WebPubSubClientConnectionCountRule)
IPersistableModel<WebPubSubClientConnectionCountRule>.GetFormatFromOptions(ModelReaderWriterOptions) (Inherited from WebPubSubClientConnectionCountRule)
IPersistableModel<WebPubSubClientConnectionCountRule>.Write(ModelReaderWriterOptions) (Inherited from WebPubSubClientConnectionCountRule)
IPersistableModel<WebPubSubThrottleByJwtSignatureRule>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<WebPubSubThrottleByJwtSignatureRule>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<WebPubSubThrottleByJwtSignatureRule>.Write(ModelReaderWriterOptions)

Applies to