Uses of Interface
com.azure.resourcemanager.servicebus.models.Topic.DefinitionStages.WithCreate
Packages that use Topic.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of Topic.DefinitionStages.WithCreate in com.azure.resourcemanager.servicebus.models
Subinterfaces of Topic.DefinitionStages.WithCreate in com.azure.resourcemanager.servicebus.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Service Bus topic definition.static interfaceThe first stage of a topic definition.Methods in com.azure.resourcemanager.servicebus.models that return Topic.DefinitionStages.WithCreateModifier and TypeMethodDescriptionTopic.DefinitionStages.WithDefaultMessageTTL.withDefaultMessageTTL(Duration ttl) Specifies the duration after which the message expires.Topic.DefinitionStages.WithDeleteOnIdle.withDeleteOnIdleDurationInMinutes(int durationInMinutes) The idle interval after which the topic is automatically deleted.Topic.DefinitionStages.WithDuplicateMessageDetection.withDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration) Specifies the duration of the duplicate message detection history.Topic.DefinitionStages.WithExpressMessage.withExpressMessage()Specifies that messages in this topic are express hence they can be cached in memory for some time before storing it in messaging store.Topic.DefinitionStages.WithAuthorizationRule.withNewListenRule(String name) Creates a listen authorization rule for the topic.Topic.DefinitionStages.WithAuthorizationRule.withNewManageRule(String name) Creates a manage authorization rule for the topic.Topic.DefinitionStages.WithAuthorizationRule.withNewSendRule(String name) Creates a send authorization rule for the topic.Topic.DefinitionStages.WithSubscription.withNewSubscription(String name) Creates a subscription entity for the Service Bus topic.Topic.DefinitionStages.WithMessageBatching.withoutMessageBatching()Specifies that the default batching should be disabled on this topic.Topic.DefinitionStages.WithPartitioning.withoutPartitioning()Specifies that the default partitioning should be disabled on this topic.Topic.DefinitionStages.WithPartitioning.withPartitioning()Specifies that partitioning should be enabled on this topic.Topic.DefinitionStages.WithSize.withSizeInMB(long sizeInMB) Specifies the maximum size of memory allocated for the topic.