ServiceBusFilterAction Class

Definition

Represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression.

public class ServiceBusFilterAction : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusFilterAction>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.ServiceBus.Models.ServiceBusFilterAction>
type ServiceBusFilterAction = class
    interface IJsonModel<ServiceBusFilterAction>
    interface IPersistableModel<ServiceBusFilterAction>
Public Class ServiceBusFilterAction
Implements IJsonModel(Of ServiceBusFilterAction), IPersistableModel(Of ServiceBusFilterAction)
Inheritance
ServiceBusFilterAction
Implements

Constructors

ServiceBusFilterAction()

Initializes a new instance of ServiceBusFilterAction.

Properties

CompatibilityLevel

This property is reserved for future use. An integer value showing the compatibility level, currently hard-coded to 20.

RequiresPreprocessing

Value that indicates whether the rule action requires preprocessing.

SqlExpression

SQL expression. e.g. MyProperty='ABC'.

Explicit Interface Implementations

IJsonModel<ServiceBusFilterAction>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ServiceBusFilterAction>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ServiceBusFilterAction>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ServiceBusFilterAction>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ServiceBusFilterAction>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to