public enum NameSpaceType extends Enum<NameSpaceType>
| Enum Constant and Description |
|---|
EVENT_HUB
Enum value EventHub.
|
MESSAGING
Enum value Messaging.
|
MIXED
Enum value Mixed.
|
NOTIFICATION_HUB
Enum value NotificationHub.
|
RELAY
Enum value Relay.
|
| Modifier and Type | Method and Description |
|---|---|
static NameSpaceType |
fromString(String value)
Parses a serialized value to a NameSpaceType instance.
|
String |
toString() |
static NameSpaceType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NameSpaceType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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[] values()
public static NameSpaceType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static NameSpaceType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<NameSpaceType>Copyright © 2021 Microsoft Corporation. All rights reserved.