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