CreateRuleOptions.Action Property

Definition

Gets or sets the action to perform if the message satisfies the filtering expression.

public Azure.Messaging.ServiceBus.Administration.RuleAction Action { get; set; }
member this.Action : Azure.Messaging.ServiceBus.Administration.RuleAction with get, set
Public Property Action As RuleAction

Property Value

The action to perform if the message satisfies the filtering expression.

Applies to