UnavailableReason Enum

Definition

Specifies the reason for the unavailability of the service.

public enum UnavailableReason
type UnavailableReason = 
Public Enum UnavailableReason
Inheritance
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.

Applies to