Uses of Class
com.azure.resourcemanager.servicebus.fluent.models.SBQueueInner
-
Packages that use SBQueueInner 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.com.azure.resourcemanager.servicebus.models 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 SBQueueInner Modifier and Type Method Description SBQueueInnerQueuesClient. createOrUpdate(String resourceGroupName, String namespaceName, String queueName, SBQueueInner parameters)Creates or updates a Service Bus queue.SBQueueInnerQueuesClient. get(String resourceGroupName, String namespaceName, String queueName)Returns a description for the specified queue.Methods in com.azure.resourcemanager.servicebus.fluent that return types with arguments of type SBQueueInner Modifier and Type Method Description 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.Mono<SBQueueInner>QueuesClient. getAsync(String resourceGroupName, String namespaceName, String queueName)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 SBQueueInner Modifier and Type Method Description SBQueueInnerQueuesClient. 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. -
Uses of SBQueueInner in com.azure.resourcemanager.servicebus.fluent.models
Methods in com.azure.resourcemanager.servicebus.fluent.models that return SBQueueInner Modifier and Type Method Description SBQueueInnerSBQueueInner. withAutoDeleteOnIdle(Duration autoDeleteOnIdle)Set the autoDeleteOnIdle property: ISO 8061 timeSpan idle interval after which the queue is automatically deleted.SBQueueInnerSBQueueInner. withDeadLetteringOnMessageExpiration(Boolean deadLetteringOnMessageExpiration)Set the deadLetteringOnMessageExpiration property: A value that indicates whether this queue has dead letter support when a message expires.SBQueueInnerSBQueueInner. withDefaultMessageTimeToLive(Duration defaultMessageTimeToLive)Set the defaultMessageTimeToLive property: ISO 8601 default message timespan to live value.SBQueueInnerSBQueueInner. withDuplicateDetectionHistoryTimeWindow(Duration duplicateDetectionHistoryTimeWindow)Set the duplicateDetectionHistoryTimeWindow property: ISO 8601 timeSpan structure that defines the duration of the duplicate detection history.SBQueueInnerSBQueueInner. withEnableBatchedOperations(Boolean enableBatchedOperations)Set the enableBatchedOperations property: Value that indicates whether server-side batched operations are enabled.SBQueueInnerSBQueueInner. withEnableExpress(Boolean enableExpress)Set the enableExpress property: A value that indicates whether Express Entities are enabled.SBQueueInnerSBQueueInner. withEnablePartitioning(Boolean enablePartitioning)Set the enablePartitioning property: A value that indicates whether the queue is to be partitioned across multiple message brokers.SBQueueInnerSBQueueInner. withForwardDeadLetteredMessagesTo(String forwardDeadLetteredMessagesTo)Set the forwardDeadLetteredMessagesTo property: Queue/Topic name to forward the Dead Letter message.SBQueueInnerSBQueueInner. withForwardTo(String forwardTo)Set the forwardTo property: Queue/Topic name to forward the messages.SBQueueInnerSBQueueInner. 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.SBQueueInnerSBQueueInner. withMaxDeliveryCount(Integer maxDeliveryCount)Set the maxDeliveryCount property: The maximum delivery count.SBQueueInnerSBQueueInner. 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.SBQueueInnerSBQueueInner. withRequiresDuplicateDetection(Boolean requiresDuplicateDetection)Set the requiresDuplicateDetection property: A value indicating if this queue requires duplicate detection.SBQueueInnerSBQueueInner. withRequiresSession(Boolean requiresSession)Set the requiresSession property: A value that indicates whether the queue supports the concept of sessions.SBQueueInnerSBQueueInner. 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 SBQueueInner Modifier and Type Method Description List<SBQueueInner>SBQueueListResult. value()Get the value property: Result of the List Queues operation.Method parameters in com.azure.resourcemanager.servicebus.models with type arguments of type SBQueueInner Modifier and Type Method Description SBQueueListResultSBQueueListResult. withValue(List<SBQueueInner> value)Set the value property: Result of the List Queues operation.
-