Rule 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.
Description of Rule Resource.
[Microsoft.Rest.Serialization.JsonTransformation]
public class Rule : Microsoft.Azure.Management.ServiceBus.Models.Resource
type Rule = class
inherit Resource
Public Class Rule
Inherits Resource
- Inheritance
- Attributes
Constructors
Rule() |
Initializes a new instance of the Rule class. |
Rule(String, String, String, Action, Nullable<FilterType>, SqlFilter, CorrelationFilter) |
Initializes a new instance of the Rule class. |
Properties
Action |
Gets or sets represents the filter actions which are allowed for the transformation of a message that have been matched by a filter expression. |
CorrelationFilter |
Gets or sets properties of correlationFilter |
FilterType |
Gets or sets filter type that is evaluated against a BrokeredMessage. Possible values include: 'SqlFilter', 'CorrelationFilter' |
Id |
Gets resource Id (Inherited from Resource) |
Name |
Gets resource name (Inherited from Resource) |
SqlFilter |
Gets or sets properties of sqlFilter |
Type |
Gets resource type (Inherited from Resource) |