Dela via


CorrelationFilter Class

Definition

Represents the correlation filter expression.

[Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat]
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.CorrelationFilterTypeConverter))]
public class CorrelationFilter : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ICorrelationFilter
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.CorrelationFilterTypeConverter))>]
type CorrelationFilter = class
    interface ICorrelationFilter
    interface IJsonSerializable
Public Class CorrelationFilter
Implements ICorrelationFilter
Inheritance
CorrelationFilter
Attributes
Implements

Constructors

CorrelationFilter()

Creates an new CorrelationFilter instance.

Properties

ContentType

Content type of the message.

CorrelationId

Identifier of the correlation.

Label

Application specific label.

MessageId

Identifier of the message.

Property

dictionary object for custom filters

ReplyTo

Address of the queue to reply to.

ReplyToSessionId

Session identifier to reply to.

RequiresPreprocessing

Value that indicates whether the rule action requires preprocessing.

SessionId

Session identifier.

To

Address to send to.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CorrelationFilter.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CorrelationFilter.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.Api20221001Preview.ICorrelationFilter.

FromJsonString(String)

Creates a new instance of CorrelationFilter, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CorrelationFilter into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to