SqlRuleAction 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 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.SqlRuleActionTypeConverter))]
public class SqlRuleAction : Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.ISqlRuleAction, Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Runtime.IValidates
[<Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.DoNotFormat>]
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.ServiceBus.Models.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.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. |