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