ServiceBusClient.CreateRuleManager(String, String) Method

Definition

The ServiceBusRuleManager is used to manage the rules for a subscription.

C#
public virtual Azure.Messaging.ServiceBus.ServiceBusRuleManager CreateRuleManager(string topicName, string subscriptionName);

Parameters

topicName
String

The topic to create a ServiceBusRuleManager for.

subscriptionName
String

The subscription specific to the specified topic to create a ServiceBusRuleManager for.

Returns

A ServiceBusRuleManager scoped to the specified subscription and topic.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview