| 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 MessagingSku |
MessagingSku.BASIC
Static value Basic for MessagingSku.
|
static MessagingSku |
MessagingSku.PREMIUM
Static value Premium for MessagingSku.
|
static MessagingSku |
MessagingSku.STANDARD
Static value Standard for MessagingSku.
|
| Modifier and Type | Method and Description |
|---|---|
static MessagingSku |
MessagingSku.fromString(String name)
Creates or finds a MessagingSku from its string representation.
|
MessagingSku |
NamespaceProperties.getMessagingSku()
Get the messagingSku property: The SKU for the messaging entity.
|
| Modifier and Type | Method and Description |
|---|---|
NamespaceProperties |
NamespaceProperties.setMessagingSku(MessagingSku messagingSku)
Set the messagingSku property: The SKU for the messaging entity.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.