Partager via


InAvailabilityReasonType Class

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 InAvailabilityReasonType ALREADY_EXISTS

Static value AlreadyExists for InAvailabilityReasonType.

static final InAvailabilityReasonType INVALID

Static value Invalid for InAvailabilityReasonType.

Constructor Summary

Constructor Description
InAvailabilityReasonType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of InAvailabilityReasonType value.

Method Summary

Modifier and Type Method and Description
static InAvailabilityReasonType fromString(String name)

Creates or finds a InAvailabilityReasonType from its string representation.

static Collection<InAvailabilityReasonType> values()

Gets known InAvailabilityReasonType values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding InAvailabilityReasonType.

values

public static Collection values()

Gets known InAvailabilityReasonType values.

Returns:

known InAvailabilityReasonType values.

Applies to