InAvailabilityReasonType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. appservice. models. InAvailabilityReasonType
- com.
- com.
public final class InAvailabilityReasonType
extends ExpandableStringEnum<InAvailabilityReasonType>
Invalid
indicates the name provided does not match Azure App Service naming requirements. AlreadyExists
indicates that the name is already in use and is therefore unavailable.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
In |
ALREADY_EXISTS
Static value Already |
static final
In |
INVALID
Static value Invalid for In |
Constructor Summary
Constructor | Description |
---|---|
InAvailabilityReasonType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of In |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
In |
fromString(String name)
Creates or finds a In |
static
Collection<In |
values()
Gets known In |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALREADY_EXISTS
public static final InAvailabilityReasonType ALREADY_EXISTS
Static value AlreadyExists for InAvailabilityReasonType.
INVALID
public static final InAvailabilityReasonType INVALID
Static value Invalid for InAvailabilityReasonType.
Constructor Details
InAvailabilityReasonType
@Deprecated
public InAvailabilityReasonType()
Deprecated
Creates a new instance of InAvailabilityReasonType value.
Method Details
fromString
public static InAvailabilityReasonType fromString(String name)
Creates or finds a InAvailabilityReasonType from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known InAvailabilityReasonType values.
Returns:
Applies to
Azure SDK for Java