Table of Contents

Enum UnavailableReason

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

Specifies the reason for the unavailability of the service.

public enum UnavailableReason

Fields

ArmIdTooLong = 6
InvalidName = 1

The name of the service is invalid.

NameInLockdown = 4

The name of the service is in lockdown.

NameInUse = 3

The name of the service is in use.

None = 0

No reason defined.

SubscriptionIsDisabled = 2

The service subscription is disabled.

TooManyNamespaceInCurrentSubscription = 5

Too many namespace is in current subscription.