Uses of Interface
com.azure.resourcemanager.servicebus.models.Queue.DefinitionStages.WithCreate
Packages that use Queue.DefinitionStages.WithCreate
Package
Description
Package containing the data models for ServiceBusManagementClient.
-
Uses of Queue.DefinitionStages.WithCreate in com.azure.resourcemanager.servicebus.models
Subinterfaces of Queue.DefinitionStages.WithCreate in com.azure.resourcemanager.servicebus.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of the Service Bus queue definition.static interfaceThe first stage of a queue definition.Methods in com.azure.resourcemanager.servicebus.models that return Queue.DefinitionStages.WithCreateModifier and TypeMethodDescriptionQueue.DefinitionStages.WithDefaultMessageTTL.withDefaultMessageTTL(Duration ttl) Specifies the duration after which the message expires.Queue.DefinitionStages.WithDeleteOnIdle.withDeleteOnIdleDurationInMinutes(int durationInMinutes) The idle interval after which the queue is automatically deleted.Queue.DefinitionStages.WithDuplicateMessageDetection.withDuplicateMessageDetection(Duration duplicateDetectionHistoryDuration) Specifies the duration of the duplicate message detection history.Queue.DefinitionStages.WithExpiredMessageMovedToDeadLetterQueue.withExpiredMessageMovedToDeadLetterQueue()Specifies that expired message must be moved to dead-letter queue.Queue.DefinitionStages.WithExpressMessage.withExpressMessage()Specifies that messages in this queue are express hence they can be cached in memory for some time before storing it in messaging store.Queue.DefinitionStages.WithMessageLockDuration.withMessageLockDurationInSeconds(int durationInSeconds) Specifies the amount of time that the message is locked for other receivers.Queue.DefinitionStages.WithMessageMovedToDeadLetterQueueOnMaxDeliveryCount.withMessageMovedToDeadLetterQueueOnMaxDeliveryCount(int deliveryCount) Specifies maximum number of times a message can be delivered.Queue.DefinitionStages.WithAuthorizationRule.withNewListenRule(String name) Creates a listen authorization rule for the queue.Queue.DefinitionStages.WithAuthorizationRule.withNewManageRule(String name) Creates a manage authorization rule for the queue.Queue.DefinitionStages.WithAuthorizationRule.withNewSendRule(String name) Creates a send authorization rule for the queue.Queue.DefinitionStages.WithMessageBatching.withoutMessageBatching()Specifies that the default batching should be disabled on this queue.Queue.DefinitionStages.WithPartitioning.withoutPartitioning()Specifies that the default partitioning should be disabled on this queue.Queue.DefinitionStages.WithPartitioning.withPartitioning()Specifies that partitioning should be enabled on this queue.Queue.DefinitionStages.WithSession.withSession()Specifies that session support should be enabled for the queue.Queue.DefinitionStages.WithSize.withSizeInMB(long sizeInMB) Specifies the maximum size of memory allocated for the queue.