ServiceBusAdministrationClient
and ServiceBusAdministrationAsyncClient used for managing
Queues, Topics, and Subscriptions.See: Description
| Interface | Description |
|---|---|
| AuthorizationRule |
Represents an authorization rule to access Service Bus entities.
|
| Class | Description |
|---|---|
| AccessRights |
Defines values for AccessRights.
|
| CorrelationRuleFilter |
Represents the correlation rule filter expression.
|
| CreateQueueOptions |
Represents the set of options that can be specified for the creation of a queue.
|
| CreateRuleOptions |
A set of options for creating a rule.
|
| CreateSubscriptionOptions |
Options to set when creating a subscription.
|
| CreateTopicOptions |
Represents the set of options that can be specified for the creation of a topic.
|
| EmptyRuleAction |
Represents a rule action that does nothing.
|
| EntityStatus |
Defines values for EntityStatus.
|
| FalseRuleFilter |
Matches none the messages arriving to be selected for the subscription.
|
| MessagingSku |
Defines values for MessagingSku.
|
| NamespaceProperties |
The NamespaceProperties model.
|
| NamespaceType |
Defines values for NamespaceType.
|
| QueueProperties |
Properties on a queue.
|
| QueueRuntimeProperties |
Runtime properties about the queue.
|
| RuleAction |
Represents the filter actions which are allowed for the transformation of a message that have been matched by a
filter expression.
|
| RuleFilter |
Describes a filter expression that is evaluated against a
ServiceBusMessage. |
| RuleProperties |
Properties on a rule.
|
| SharedAccessAuthorizationRule |
A shared access key for accessing Service Bus entities.
|
| SqlRuleAction |
Represents set of actions written in SQL language-based syntax that is performed against a
ServiceBusMessage. |
| SqlRuleFilter |
Represents a filter which is a composition of an expression and an action that is executed in the pub/sub pipeline.
|
| SubscriptionProperties |
Properties on a subscription.
|
| SubscriptionRuntimeProperties |
Runtime properties about a subscription.
|
| TopicProperties |
Represents the static properties of the topic.
|
| TopicRuntimeProperties |
Runtime properties about the topic.
|
| TrueRuleFilter |
Matches all the messages arriving to be selected for the subscription.
|
ServiceBusAdministrationClient
and ServiceBusAdministrationAsyncClient used for managing
Queues, Topics, and Subscriptions.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.