Uses of Class
com.azure.messaging.servicebus.administration.models.TopicRuntimeProperties
Package
Description
Package containing classes managing resources in Azure Service Bus.
-
Uses of TopicRuntimeProperties in com.azure.messaging.servicebus.administration
Modifier and TypeMethodDescriptionServiceBusAdministrationClient.getTopicRuntimeProperties
(String topicName) Gets runtime properties about the topic.Modifier 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.