Table of Contents

Enum EntityStatus

Namespace
Microsoft.Azure.ServiceBus.Management
Assembly
Microsoft.Azure.ServiceBus.dll

The status of the messaging entity.

public enum EntityStatus

Fields

[EnumMember] Active = 0

The status of the messaging entity is active.

[EnumMember] Disabled = 1

The status of the messaging entity is disabled.

[EnumMember] ReceiveDisabled = 4

The receiving status of the messaging entity is disabled.

[EnumMember] SendDisabled = 3

The sending status of the messaging entity is disabled.

[EnumMember] Unknown = 99

The status of the messaging entity is unknown.