Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBQueueInner
Packages that use SBQueueInner
Package
Description
Package containing the service clients for ServiceBusManagementClient.
Package containing the inner data models for ServiceBusManagementClient.
Package containing the data models for ServiceBusManagementClient.
-
Uses of SBQueueInner in com.azure.resourcemanager.servicebus.fluent
Methods in com.azure.resourcemanager.servicebus.fluent that return SBQueueInnerModifier and TypeMethodDescriptionQueuesClient.createOrUpdate(String resourceGroupName, String namespaceName, String queueName, SBQueueInner parameters) Creates or updates a Service Bus queue.Returns a description for the specified queue.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type SBQueueInnerModifier and TypeMethodDescriptionQueuesClient.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.Returns a description for the specified queue.com.azure.core.http.rest.Response<SBQueueInner> QueuesClient.getWithResponse(String resourceGroupName, String namespaceName, String queueName, com.azure.core.util.Context context) Returns a description for the specified queue.Mono<com.azure.core.http.rest.Response<SBQueueInner>> QueuesClient.getWithResponseAsync(String resourceGroupName, String namespaceName, String queueName) Returns a description for the specified queue.com.azure.core.http.rest.PagedIterable<SBQueueInner> QueuesClient.listByNamespace(String resourceGroupName, String namespaceName) Gets the queues within a namespace.com.azure.core.http.rest.PagedIterable<SBQueueInner> QueuesClient.listByNamespace(String resourceGroupName, String namespaceName, Integer skip, Integer top, com.azure.core.util.Context context) Gets the queues within a namespace.com.azure.core.http.rest.PagedFlux<SBQueueInner> QueuesClient.listByNamespaceAsync(String resourceGroupName, String namespaceName) Gets the queues within a namespace.com.azure.core.http.rest.PagedFlux<SBQueueInner> QueuesClient.listByNamespaceAsync(String resourceGroupName, String namespaceName, Integer skip, Integer top) Gets the queues within a namespace.Methods in com.azure.resourcemanager.servicebus.fluent with parameters of type SBQueueInnerModifier and TypeMethodDescriptionQueuesClient.createOrUpdate(String resourceGroupName, String namespaceName, String queueName, SBQueueInner parameters) Creates or updates a Service Bus queue.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. -
Uses of SBQueueInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBQueueInnerModifier and TypeMethodDescriptionstatic SBQueueInnerSBQueueInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SBQueueInner from the JsonReader.SBQueueInner.withAutoDeleteOnIdle(Duration autoDeleteOnIdle) Set the autoDeleteOnIdle property: ISO 8061 timeSpan idle interval after which the queue is automatically deleted.SBQueueInner.withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration) Set the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter support when a message expires.SBQueueInner.withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive) Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.SBQueueInner.withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow) Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of the duplicate detection history.SBQueueInner.withEnableBatchedOperations(Boolean enableBatchedOperations) Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBQueueInner.withEnableExpress(Boolean enableExpress) Set the enableExpress property: A value that indicates whether Express Entities are enabled.SBQueueInner.withEnablePartitioning(Boolean enablePartitioning) Set the enablePartitioning property: A value that indicates whether the queue is to be partitioned across multiple message brokers.SBQueueInner.withForwardDeadLetteredMessagesTo(String forwardDeadLetteredMessagesTo) Set the forwardDeadLetteredMessagesTo property: Queue/Topic name to forward the Dead Letter message.SBQueueInner.withForwardTo(String forwardTo) Set the forwardTo property: Queue/Topic name to forward the messages.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.withMaxDeliveryCount(Integer maxDeliveryCount) Set the maxDeliveryCount property: The maximum delivery count.SBQueueInner.withMaxMessageSizeInKilobytes(Long maxMessageSizeInKilobytes) Set the maxMessageSizeInKilobytes property: Maximum size (in KB) of the message payload that can be accepted by the queue.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.withRequiresDuplicateDetection(Boolean requiresDuplicateDetection) Set the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.SBQueueInner.withRequiresSession(Boolean requiresSession) Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.SBQueueInner.withStatus(EntityStatus status) Set the status property: Enumerates the possible values for the status of a messaging entity. -
Uses of SBQueueInner in com.azure.resourcemanager.servicebus.models
Methods in com.azure.resourcemanager.servicebus.models that return types with arguments of type SBQueueInnerModifier and TypeMethodDescriptionSBQueueListResult.value()Get the value property: Result of the List Queues operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type SBQueueInnerModifier and TypeMethodDescriptionSBQueueListResult.withValue(List<SBQueueInner> value) Set the value property: Result of the List Queues operation.