Interface Topic.UpdateStages
-
- Enclosing interface:
- Topic
public static interface Topic.UpdateStagesGrouping of Service Bus topic update stages.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceTopic.UpdateStages.WithAuthorizationRuleThe stage of the topic definition allowing to add an authorization rule for accessing the topic.static interfaceTopic.UpdateStages.WithDefaultMessageTTLThe stage of the topic definition allowing to define default TTL for messages.static interfaceTopic.UpdateStages.WithDeleteOnIdleThe stage of the topic definition allowing to define auto delete behaviour.static interfaceTopic.UpdateStages.WithDuplicateMessageDetectionThe stage of the topic definition allowing to specify duration of the duplicate message detection history.static interfaceTopic.UpdateStages.WithExpressMessageThe stage of the topic definition allowing to mark it as either holding regular or express messages.static interfaceTopic.UpdateStages.WithMessageBatchingThe stage of the topic definition allowing configure message batching behaviour.static interfaceTopic.UpdateStages.WithSizeThe stage of the topic definition allowing to specify size.static interfaceTopic.UpdateStages.WithSubscriptionThe stage of the Service Bus namespace update allowing to manage subscriptions for the topic.
-