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