NamespaceType Enum

  • java.lang.Object
    • java.lang.Enum<NamespaceType>
      • com.microsoft.azure.servicebus.management.NamespaceType

public enum NamespaceType

Specifies the type of entities the namespace can contain.

Fields

Mixed

Supported only for backword compatibility. Namespace can contain mixture of service bus entities and notification hubs.

ServiceBus

Namespace contains service bus entities (queues / topics)

Unknown

Unknown entities.

Methods

getNumVal()

public int getNumVal()

Returns

int

Applies to