Dela via


Action Class

Definition

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

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

Constructors

Action()

Creates an new Action instance.

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'

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of Action.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of Action.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of Action into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to