DisabledReason Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. edgeorder. models. DisabledReason
- com.
- com.
public final class DisabledReason
extends ExpandableStringEnum<DisabledReason>
Reason why the product is disabled.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Disabled |
COUNTRY
Static value Country for Disabled |
|
static final
Disabled |
FEATURE
Static value Feature for Disabled |
|
static final
Disabled |
NONE
Static value None for Disabled |
|
static final
Disabled |
NOT_AVAILABLE
Static value Not |
|
static final
Disabled |
NO_SUBSCRIPTION_INFO
Static value No |
|
static final
Disabled |
OFFER_TYPE
Static value Offer |
|
static final
Disabled |
OUT_OF_STOCK
Static value Out |
|
static final
Disabled |
REGION
Static value Region for Disabled |
Constructor Summary
| Constructor | Description |
|---|---|
| DisabledReason() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Disabled |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Disabled |
fromString(String name)
Creates or finds a Disabled |
|
static
Collection<Disabled |
values()
Gets known Disabled |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COUNTRY
public static final DisabledReason COUNTRY
Static value Country for DisabledReason.
FEATURE
public static final DisabledReason FEATURE
Static value Feature for DisabledReason.
NONE
public static final DisabledReason NONE
Static value None for DisabledReason.
NOT_AVAILABLE
public static final DisabledReason NOT_AVAILABLE
Static value NotAvailable for DisabledReason.
NO_SUBSCRIPTION_INFO
public static final DisabledReason NO_SUBSCRIPTION_INFO
Static value NoSubscriptionInfo for DisabledReason.
OFFER_TYPE
public static final DisabledReason OFFER_TYPE
Static value OfferType for DisabledReason.
OUT_OF_STOCK
public static final DisabledReason OUT_OF_STOCK
Static value OutOfStock for DisabledReason.
REGION
public static final DisabledReason REGION
Static value Region for DisabledReason.
Constructor Details
DisabledReason
@Deprecated
public DisabledReason()
Deprecated
Creates a new instance of DisabledReason value.
Method Details
fromString
public static DisabledReason fromString(String name)
Creates or finds a DisabledReason from its string representation.
Parameters:
Returns:
values
public static Collection<DisabledReason> values()
Gets known DisabledReason values.
Returns: