Dela via


SqlRuleAction Class

Definition

Represents set of actions written in SQL language-based syntax that is performed against a ServiceBus.Messaging.BrokeredMessage

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

Constructors

SqlRuleAction()

Creates an new SqlRuleAction 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 SqlRuleAction.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of SqlRuleAction.

FromJson(JsonNode)

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

FromJsonString(String)

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

ToJson(JsonObject, SerializationMode)

Serializes this instance of SqlRuleAction into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()
Validate(IEventListener)

Validates that this object meets the validation criteria.

Applies to