Uses of Class
com.azure.messaging.servicebus.administration.models.NamespaceProperties
Packages that use NamespaceProperties
Package
Description
The Azure Service Bus Administration client library allows for management of entities in their Service Bus
namespace.
Contains the data models for
ServiceBusAdministrationClient and
ServiceBusAdministrationClient.-
Uses of NamespaceProperties in com.azure.messaging.servicebus.administration
Methods in com.azure.messaging.servicebus.administration that return NamespacePropertiesModifier and TypeMethodDescriptionServiceBusAdministrationClient.getNamespaceProperties()Gets information about the Service Bus namespace.Methods in com.azure.messaging.servicebus.administration that return types with arguments of type NamespacePropertiesModifier 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
Methods in com.azure.messaging.servicebus.administration.models that return NamespacePropertiesModifier 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.