| Package | Description |
|---|---|
| com.azure.messaging.servicebus.administration.models |
Package containing classes models for
ServiceBusAdministrationClient
and ServiceBusAdministrationAsyncClient used for managing
Queues, Topics, and Subscriptions. |
| Modifier and Type | Field and Description |
|---|---|
static NamespaceType |
NamespaceType.EVENT_HUB
Static value EventHub for NamespaceType.
|
static NamespaceType |
NamespaceType.MESSAGING
Static value Messaging for NamespaceType.
|
static NamespaceType |
NamespaceType.MIXED
Static value Mixed for NamespaceType.
|
static NamespaceType |
NamespaceType.NOTIFICATION_HUB
Static value NotificationHub for NamespaceType.
|
static NamespaceType |
NamespaceType.RELAY
Static value Relay for NamespaceType.
|
| Modifier and Type | Method and Description |
|---|---|
static NamespaceType |
NamespaceType.fromString(String name)
Creates or finds a NamespaceType from its string representation.
|
NamespaceType |
NamespaceProperties.getNamespaceType()
Get the namespaceType property: The type of entities the namespace can contain.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceProperties |
NamespaceProperties.setNamespaceType(NamespaceType namespaceType)
Set the namespaceType property: The type of entities the namespace can contain.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.