| 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 |
|---|---|
QueueResourceInner |
QueuesClient.createOrUpdate(String resourceGroupName,
String namespaceName,
String queueName,
QueueCreateOrUpdateParameters parameters)
Creates or updates a Service Bus queue.
|
QueueResourceInner |
QueuesClient.get(String resourceGroupName,
String namespaceName,
String queueName)
Returns a description for the specified queue.
|
| Modifier and Type | Method and Description |
|---|---|
QueueResourceInner |
QueueResourceInner.withAutoDeleteOnIdle(String autoDeleteOnIdle)
Set the autoDeleteOnIdle property: the TimeSpan idle interval after which the queue is automatically deleted.
|
QueueResourceInner |
QueueResourceInner.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)
Set the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter
support when a message expires.
|
QueueResourceInner |
QueueResourceInner.withDefaultMessageTimeToLive(String defaultMessageTimeToLive)
Set the defaultMessageTimeToLive property: The default message time to live value.
|
QueueResourceInner |
QueueResourceInner.withDuplicateDetectionHistoryTimeWindow(String duplicateDetectionHistoryTimeWindow)
Set the duplicateDetectionHistoryTimeWindow property: TimeSpan structure that defines the duration of the
duplicate detection history.
|
QueueResourceInner |
QueueResourceInner.withEnableBatchedOperations(Boolean enableBatchedOperations)
Set the enableBatchedOperations property: A value that indicates whether server-side batched operations are
enabled.
|
QueueResourceInner |
QueueResourceInner.withEnableExpress(Boolean enableExpress)
Set the enableExpress property: A value that indicates whether Express Entities are enabled.
|
QueueResourceInner |
QueueResourceInner.withEnablePartitioning(Boolean enablePartitioning)
Set the enablePartitioning property: A value that indicates whether the queue is to be partitioned across
multiple message brokers.
|
QueueResourceInner |
QueueResourceInner.withEntityAvailabilityStatus(EntityAvailabilityStatus entityAvailabilityStatus)
Set the entityAvailabilityStatus property: Entity availability status for the queue.
|
QueueResourceInner |
QueueResourceInner.withIsAnonymousAccessible(Boolean isAnonymousAccessible)
Set the isAnonymousAccessible property: A value that indicates whether the message is accessible anonymously.
|
QueueResourceInner |
QueueResourceInner.withLocation(String location)
Set the location property: Resource location.
|
QueueResourceInner |
QueueResourceInner.withLockDuration(String lockDuration)
Set the lockDuration property: The duration of a peek-lock; that is, the amount of time that the message is
locked for other receivers.
|
QueueResourceInner |
QueueResourceInner.withMaxDeliveryCount(Integer maxDeliveryCount)
Set the maxDeliveryCount property: The maximum delivery count.
|
QueueResourceInner |
QueueResourceInner.withMaxSizeInMegabytes(Long maxSizeInMegabytes)
Set the maxSizeInMegabytes property: The maximum size of the queue in megabytes, which is the size of memory
allocated for the queue.
|
QueueResourceInner |
QueueResourceInner.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection)
Set the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.
|
QueueResourceInner |
QueueResourceInner.withRequiresSession(Boolean requiresSession)
Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
|
QueueResourceInner |
QueueResourceInner.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
QueueResourceInner |
QueueResourceInner.withSupportOrdering(Boolean supportOrdering)
Set the supportOrdering property: A value that indicates whether the queue supports ordering.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.