| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.fluent.models |
Package containing the inner data models for ServiceBusManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SBQueueInner |
QueuesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner parameters)
Creates or updates a Service Bus queue.
|
SBQueueInner |
QueuesClient.get(String resourceGroupName,
String namespaceName,
String queueName)
Returns a description for the specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
SBQueueInner |
QueuesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner parameters)
Creates or updates a Service Bus queue.
|
Mono<SBQueueInner> |
QueuesClient.createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner parameters)
Creates or updates a Service Bus queue.
|
com.azure.core.http.rest.Response<SBQueueInner> |
QueuesClient.createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner parameters,
com.azure.core.util.Context context)
Creates or updates a Service Bus queue.
|
Mono<com.azure.core.http.rest.Response<SBQueueInner>> |
QueuesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
SBQueueInner parameters)
Creates or updates a Service Bus queue.
|
| Modifier and Type | Method and Description |
|---|---|
SBQueueInner |
SBQueueInner.withAutoDeleteOnIdle(Duration autoDeleteOnIdle)
Set the autoDeleteOnIdle property: ISO 8061 timeSpan idle interval after which the queue is automatically
deleted.
|
SBQueueInner |
SBQueueInner.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)
Set the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter
support when a message expires.
|
SBQueueInner |
SBQueueInner.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive)
Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.
|
SBQueueInner |
SBQueueInner.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow)
Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of
the duplicate detection history.
|
SBQueueInner |
SBQueueInner.withEnableBatchedOperations(Boolean enableBatchedOperations)
Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are
enabled.
|
SBQueueInner |
SBQueueInner.withEnableExpress(Boolean enableExpress)
Set the enableExpress property: A value that indicates whether Express Entities are enabled.
|
SBQueueInner |
SBQueueInner.withEnablePartitioning(Boolean enablePartitioning)
Set the enablePartitioning property: A value that indicates whether the queue is to be partitioned across
multiple message brokers.
|
SBQueueInner |
SBQueueInner.withForwardDeadLetteredMessagesTo(String forwardDeadLetteredMessagesTo)
Set the forwardDeadLetteredMessagesTo property: Queue/Topic name to forward the Dead Letter message.
|
SBQueueInner |
SBQueueInner.withForwardTo(String forwardTo)
Set the forwardTo property: Queue/Topic name to forward the messages.
|
SBQueueInner |
SBQueueInner.withLockDuration(Duration lockDuration)
Set the lockDuration property: ISO 8601 timespan duration of a peek-lock; that is, the amount of time that the
message is locked for other receivers.
|
SBQueueInner |
SBQueueInner.withMaxDeliveryCount(Integer maxDeliveryCount)
Set the maxDeliveryCount property: The maximum delivery count.
|
SBQueueInner |
SBQueueInner.withMaxSizeInMegabytes(Integer maxSizeInMegabytes)
Set the maxSizeInMegabytes property: The maximum size of the queue in megabytes, which is the size of memory
allocated for the queue.
|
SBQueueInner |
SBQueueInner.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection)
Set the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.
|
SBQueueInner |
SBQueueInner.withRequiresSession(Boolean requiresSession)
Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
|
SBQueueInner |
SBQueueInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.