Uses of Class
com.azure.messaging.servicebus.administration.models.SubscriptionRuntimeProperties
Packages that use SubscriptionRuntimeProperties
Package
Description
Package containing classes managing resources in Azure Service Bus.
-
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.