public final class NamespaceType extends com.azure.core.util.ExpandableStringEnum<NamespaceType>
| Modifier and Type | Field and Description |
|---|---|
static NamespaceType |
EVENT_HUB
Static value EventHub for NamespaceType.
|
static NamespaceType |
MESSAGING
Static value Messaging for NamespaceType.
|
static NamespaceType |
MIXED
Static value Mixed for NamespaceType.
|
static NamespaceType |
NOTIFICATION_HUB
Static value NotificationHub for NamespaceType.
|
static NamespaceType |
RELAY
Static value Relay for NamespaceType.
|
| Constructor and Description |
|---|
NamespaceType() |
| Modifier and Type | Method and Description |
|---|---|
static NamespaceType |
fromString(String name)
Creates or finds a NamespaceType from its string representation.
|
static Collection<NamespaceType> |
values() |
public static final NamespaceType MESSAGING
public static final NamespaceType NOTIFICATION_HUB
public static final NamespaceType MIXED
public static final NamespaceType EVENT_HUB
public static final NamespaceType RELAY
public static NamespaceType fromString(String name)
name - a name to look for.public static Collection<NamespaceType> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.