Uses of Class
com.azure.messaging.servicebus.administration.models.NamespaceProperties
Package
Description
Package containing classes managing resources in Azure Service Bus.
Package containing classes models for
ServiceBusAdministrationClient
and ServiceBusAdministrationAsyncClient
used for managing
Queues, Topics, and Subscriptions.-
Uses of NamespaceProperties in com.azure.messaging.servicebus.administration
Modifier and TypeMethodDescriptionServiceBusAdministrationClient.getNamespaceProperties()
Gets information about the Service Bus namespace.Modifier and TypeMethodDescriptionServiceBusAdministrationAsyncClient.getNamespaceProperties()
Gets information about the Service Bus namespace.Mono<com.azure.core.http.rest.Response<NamespaceProperties>>
ServiceBusAdministrationAsyncClient.getNamespacePropertiesWithResponse()
Gets information about the Service Bus namespace along with its HTTP response.com.azure.core.http.rest.Response<NamespaceProperties>
ServiceBusAdministrationClient.getNamespacePropertiesWithResponse
(com.azure.core.util.Context context) Gets information about the Service Bus namespace along with its HTTP response. -
Uses of NamespaceProperties in com.azure.messaging.servicebus.administration.models
Modifier and TypeMethodDescriptionSet the alias property: Alias for the geo-disaster recovery Service Bus namespace.NamespaceProperties.setMessagingSku
(MessagingSku messagingSku) Set the messagingSku property: The SKU for the messaging entity.NamespaceProperties.setMessagingUnits
(Integer messagingUnits) Set the messagingUnits property: The number of messaging units allocated to the namespace.NamespaceProperties.setModifiedTime
(OffsetDateTime modifiedTime) Set the modifiedTime property: The exact time the namespace was last modified.Set the name property: Name of the namespace.NamespaceProperties.setNamespaceType
(NamespaceType namespaceType) Set the namespaceType property: The type of entities the namespace can contain.