InAvailabilityReasonType Enum

<code>Invalid</code> indicates the name provided does not match Azure App Service naming requirements. <code>AlreadyExists</code> indicates that the name is already in use and is therefore unavailable.

Inheritance
builtins.str
InAvailabilityReasonType
InAvailabilityReasonType

Constructor

InAvailabilityReasonType(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)

Fields

ALREADY_EXISTS
INVALID