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.
Package containing the data models for ServiceBusManagementClient.
-
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 TypeMethodDescriptionstatic NamespaceProperties
NamespaceProperties.fromXml
(com.azure.xml.XmlReader xmlReader) Reads an instance of NamespaceProperties from the XmlReader.static NamespaceProperties
Reads an instance of NamespaceProperties from the XmlReader.Set 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.