NamespaceSku Enum
- java.
lang. Object - java.
lang. Enum<NamespaceSku> - com.
microsoft. azure. servicebus. management. NamespaceSku
- com.
- java.
public enum NamespaceSku
Specifies the SKU/tier of the service bus namespace.
Fields
Basic |
Basic namespace. Shared Resource. Only queues are available. |
Premium |
Premium namespace. Dedicated Resource. Queues and topics. |
Standard |
Standard namespace. Shared Resource. Queues and topics. |
Unknown |
Unknown SKU. |
Methods
getNumVal()
public int getNumVal()
Returns
int
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java