Microsoft.Azure.Management.ServiceBus.Fluent.Topic.Definition Namespace
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.
Interfaces
IBlank |
The first stage of a topic definition. |
IDefinition |
The entirety of the Service Bus topic definition. |
IWithAuthorizationRule |
The stage of the topic definition allowing to add an authorization rule for accessing the topic. |
IWithCreate |
The stage of the definition which contains all the minimum required inputs for the resource to be created (via WithCreate.create()), but also allows for any other optional settings to be specified. |
IWithDefaultMessageTTL |
The stage of the topic definition allowing to define default TTL for messages. |
IWithDeleteOnIdle |
The stage of the topic definition allowing to define auto delete behaviour. |
IWithDuplicateMessageDetection |
The stage of the topic definition allowing to specify duration of the duplicate message detection history. |
IWithExpressMessage |
The stage of the topic definition allowing to mark messages as express messages. |
IWithMessageBatching |
The stage of the topic definition allowing specify batching behaviour. |
IWithPartitioning |
The stage of the topic definition allowing to specify partitioning behaviour. |
IWithSize |
The stage of the topic definition allowing to specify size. |
IWithSubscription |
The stage of the Service Bus namespace update allowing to manage subscriptions for the topic. |
Azure SDK for .NET