public final class DomainPropertiesDomainNotRenewableReasonsItem extends com.azure.core.util.ExpandableStringEnum<DomainPropertiesDomainNotRenewableReasonsItem>
| Modifier and Type | Field and Description |
|---|---|
static DomainPropertiesDomainNotRenewableReasonsItem |
EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
Static value ExpirationNotInRenewalTimeRange for DomainPropertiesDomainNotRenewableReasonsItem.
|
static DomainPropertiesDomainNotRenewableReasonsItem |
REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
Static value RegistrationStatusNotSupportedForRenewal for DomainPropertiesDomainNotRenewableReasonsItem.
|
static DomainPropertiesDomainNotRenewableReasonsItem |
SUBSCRIPTION_NOT_ACTIVE
Static value SubscriptionNotActive for DomainPropertiesDomainNotRenewableReasonsItem.
|
| Constructor and Description |
|---|
DomainPropertiesDomainNotRenewableReasonsItem() |
| Modifier and Type | Method and Description |
|---|---|
static DomainPropertiesDomainNotRenewableReasonsItem |
fromString(String name)
Creates or finds a DomainPropertiesDomainNotRenewableReasonsItem from its string representation.
|
static Collection<DomainPropertiesDomainNotRenewableReasonsItem> |
values() |
public static final DomainPropertiesDomainNotRenewableReasonsItem REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
public static final DomainPropertiesDomainNotRenewableReasonsItem EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
public static final DomainPropertiesDomainNotRenewableReasonsItem SUBSCRIPTION_NOT_ACTIVE
public DomainPropertiesDomainNotRenewableReasonsItem()
public static DomainPropertiesDomainNotRenewableReasonsItem fromString(String name)
name - a name to look for.public static Collection<DomainPropertiesDomainNotRenewableReasonsItem> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.