Class SubscriptionRuleArgs
Inherited Members
Namespace: Pulumi.Azure.ServiceBus
Assembly: Pulumi.Azure.dll
Syntax
public sealed class SubscriptionRuleArgs : ResourceArgs
Constructors
View SourceSubscriptionRuleArgs()
Declaration
public SubscriptionRuleArgs()
Properties
View SourceAction
Represents set of actions written in SQL language-based syntax that is performed against a BrokeredMessage.
Declaration
public Input<string> Action { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CorrelationFilter
A correlation_filter block as documented below to be evaluated against a BrokeredMessage. Required when filter_type is set to CorrelationFilter.
Declaration
public Input<SubscriptionRuleCorrelationFilterArgs> CorrelationFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<SubscriptionRuleCorrelationFilterArgs> |
FilterType
Type of filter to be applied to a BrokeredMessage. Possible values are SqlFilter and CorrelationFilter.
Declaration
public Input<string> FilterType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Name
Specifies the name of the ServiceBus Subscription Rule. Changing this forces a new resource to be created.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
NamespaceName
The name of the ServiceBus Namespace in which the ServiceBus Topic exists. Changing this forces a new resource to be created.
Declaration
public Input<string> NamespaceName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ResourceGroupName
The name of the resource group in the ServiceBus Namespace exists. Changing this forces a new resource to be created.
Declaration
public Input<string> ResourceGroupName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SqlFilter
Represents a filter written in SQL language-based syntax that to be evaluated against a BrokeredMessage. Required when filter_type is set to SqlFilter.
Declaration
public Input<string> SqlFilter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SubscriptionName
The name of the ServiceBus Subscription in which this Rule should be created. Changing this forces a new resource to be created.
Declaration
public Input<string> SubscriptionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TopicName
The name of the ServiceBus Topic in which the ServiceBus Subscription exists. Changing this forces a new resource to be created.
Declaration
public Input<string> TopicName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |