| Package | Description |
|---|---|
| com.azure.resourcemanager.servicebus.fluent |
Package containing the service clients for ServiceBusManagementClient.
|
| com.azure.resourcemanager.servicebus.models |
Package containing the 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.
|
Mono<QueueResourceInner> |
QueuesClient.createOrUpdateAsync(String resourceGroupName,
String namespaceName,
String queueName,
QueueCreateOrUpdateParameters parameters)
Creates or updates a Service Bus queue.
|
com.azure.core.http.rest.Response<QueueResourceInner> |
QueuesClient.createOrUpdateWithResponse(String resourceGroupName,
String namespaceName,
String queueName,
QueueCreateOrUpdateParameters parameters,
com.azure.core.util.Context context)
Creates or updates a Service Bus queue.
|
Mono<com.azure.core.http.rest.Response<QueueResourceInner>> |
QueuesClient.createOrUpdateWithResponseAsync(String resourceGroupName,
String namespaceName,
String queueName,
QueueCreateOrUpdateParameters parameters)
Creates or updates a Service Bus queue.
|
| Modifier and Type | Method and Description |
|---|---|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withAutoDeleteOnIdle(String autoDeleteOnIdle)
Set the autoDeleteOnIdle property: the TimeSpan idle interval after which the queue is automatically deleted.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)
Set the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter
support when a message expires.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withDefaultMessageTimeToLive(String defaultMessageTimeToLive)
Set the defaultMessageTimeToLive property: The default message time to live value.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withDuplicateDetectionHistoryTimeWindow(String duplicateDetectionHistoryTimeWindow)
Set the duplicateDetectionHistoryTimeWindow property: TimeSpan structure that defines the duration of the
duplicate detection history.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withEnableBatchedOperations(Boolean enableBatchedOperations)
Set the enableBatchedOperations property: A value that indicates whether server-side batched operations are
enabled.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withEnableExpress(Boolean enableExpress)
Set the enableExpress property: A value that indicates whether Express Entities are enabled.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withEnablePartitioning(Boolean enablePartitioning)
Set the enablePartitioning property: A value that indicates whether the queue is to be partitioned across
multiple message brokers.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withEntityAvailabilityStatus(EntityAvailabilityStatus entityAvailabilityStatus)
Set the entityAvailabilityStatus property: Entity availability status for the queue.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withIsAnonymousAccessible(Boolean isAnonymousAccessible)
Set the isAnonymousAccessible property: A value that indicates whether the message is accessible anonymously.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withLocation(String location)
Set the location property: location of the resource.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.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.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withMaxDeliveryCount(Integer maxDeliveryCount)
Set the maxDeliveryCount property: The maximum delivery count.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.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.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withName(String name)
Set the name property: Queue name.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection)
Set the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withRequiresSession(Boolean requiresSession)
Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withStatus(EntityStatus status)
Set the status property: Enumerates the possible values for the status of a messaging entity.
|
QueueCreateOrUpdateParameters |
QueueCreateOrUpdateParameters.withSupportOrdering(Boolean supportOrdering)
Set the supportOrdering property: A value that indicates whether the queue supports ordering.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.