NamespaceType Klasse
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. messaging. servicebus. administration. models. NamespaceType
- com.
- com.
public final class NamespaceType
extends ExpandableStringEnum<NamespaceType>
Der Typ der Entitäten, die der Namespace enthalten kann.
Feldzusammenfassung
Modifizierer und Typ | Feld und Beschreibung |
---|---|
static final
Namespace |
EVENT_HUB
Statischer Wert Event |
static final
Namespace |
MESSAGING
Statischer Wert Messaging für Namespacetyp |
static final
Namespace |
MIXED
Statischer Wert gemischt für Namespacetyp |
static final
Namespace |
NOTIFICATION_HUB
Statischer Wert Notification |
static final
Namespace |
RELAY
Statischer Wert Relay für Namespacetyp |
Zusammenfassung zum Konstruktor
Konstruktor | Beschreibung |
---|---|
NamespaceType() |
Als veraltet markiert
Verwenden Sie die fromString(String name) Factorymethode.
Erstellt eine neue instance des Namespacetypwerts |
Methodenzusammenfassung
Modifizierer und Typ | Methode und Beschreibung |
---|---|
static
Namespace |
fromString(String name)
Erstellt oder sucht einen Namespacetyp |
static
Collection<Namespace |
values()
Ruft bekannte Namespacetypwerte |
Geerbte Methoden von ExpandableStringEnum
Geerbte Methoden von java.lang.Object
Felddetails
EVENT_HUB
public static final NamespaceType EVENT_HUB
Statischer Wert EventHub für NamespaceType.
MESSAGING
public static final NamespaceType MESSAGING
Statischer Wert Messaging für NamespaceType.
MIXED
public static final NamespaceType MIXED
Statischer Wert Gemischt für NamespaceType.
NOTIFICATION_HUB
public static final NamespaceType NOTIFICATION_HUB
Statischer Wert NotificationHub für NamespaceType.
RELAY
public static final NamespaceType RELAY
Statischer Wert Relay für NamespaceType.
Details zum Konstruktor
NamespaceType
@Deprecated
public NamespaceType()
Als veraltet markiert
Erstellt eine neue instance des NamespaceType-Werts.
Details zur Methode
fromString
public static NamespaceType fromString(String name)
Erstellt oder sucht einen NamespaceType aus seiner Zeichenfolgendarstellung.
Parameters:
Returns:
values
public static Collection
Ruft bekannte NamespaceType-Werte ab.
Returns:
Gilt für:
Azure SDK for Java