NamespaceType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the type of entities the namespace can contain (messaging, Event Hubs, or notification hubs).
public enum NamespaceType
type NamespaceType =
Public Enum NamespaceType
- Inheritance
-
NamespaceType
Fields
Name | Value | Description |
---|---|---|
Messaging | 0 | Specifies that the namespace should contain messaging entities (queues, topics, or subscriptions). |
NotificationHub | 1 | Specifies that the namespace should contain notification hubs. |
Mixed | 2 | Supported only for backward compatibility. Specifies that the namespace can contain a mixture of messaging entities and notification hubs. |
EventHub | 3 | Specifies that the namespace should contain Event Hubs. |
Relay | 4 | Specifies that the namespace should contain Relays and Hybrid Connections. |
Others | 99 | Other namespace type. To be used for backward compatibility. |
Applies to
Azure SDK for .NET