Action 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.
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) | |
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) | |
ToJsonString() |
Serializes this instance to a json string. |
ToString() |