Uses of Class
com.azure.messaging.servicebus.administration.models.QueueRuntimeProperties
Packages that use QueueRuntimeProperties
Package
Description
The Azure Service Bus Administration client library allows for management of entities in their Service Bus
namespace.
-
Uses of QueueRuntimeProperties in com.azure.messaging.servicebus.administration
Methods in com.azure.messaging.servicebus.administration that return QueueRuntimePropertiesModifier and TypeMethodDescriptionServiceBusAdministrationClient.getQueueRuntimeProperties
(String queueName) Gets runtime properties about the queue.Methods in com.azure.messaging.servicebus.administration that return types with arguments of type QueueRuntimePropertiesModifier and TypeMethodDescriptionServiceBusAdministrationAsyncClient.getQueueRuntimeProperties
(String queueName) Gets runtime properties about the queue.Mono
<com.azure.core.http.rest.Response<QueueRuntimeProperties>> ServiceBusAdministrationAsyncClient.getQueueRuntimePropertiesWithResponse
(String queueName) Gets runtime properties about the queue along with its HTTP response.com.azure.core.http.rest.Response
<QueueRuntimeProperties> ServiceBusAdministrationClient.getQueueRuntimePropertiesWithResponse
(String queueName, com.azure.core.util.Context context) Gets runtime properties about the queue along with its HTTP response.