Class DomainPatchResourcePropertiesDomainNotRenewableReasonsItem
java.lang.Object
com.azure.core.util.ExpandableStringEnum<DomainPatchResourcePropertiesDomainNotRenewableReasonsItem>
com.azure.resourcemanager.appservice.models.DomainPatchResourcePropertiesDomainNotRenewableReasonsItem
public final class DomainPatchResourcePropertiesDomainNotRenewableReasonsItem
extends com.azure.core.util.ExpandableStringEnum<DomainPatchResourcePropertiesDomainNotRenewableReasonsItem>
Defines values for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.
-
Field Summary
FieldsModifier and TypeFieldDescriptionStatic value ExpirationNotInRenewalTimeRange for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.Static value RegistrationStatusNotSupportedForRenewal for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.Static value SubscriptionNotActive for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a DomainPatchResourcePropertiesDomainNotRenewableReasonsItem from its string representation.values()Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
public static final DomainPatchResourcePropertiesDomainNotRenewableReasonsItem REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWALStatic value RegistrationStatusNotSupportedForRenewal for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem. -
EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
public static final DomainPatchResourcePropertiesDomainNotRenewableReasonsItem EXPIRATION_NOT_IN_RENEWAL_TIME_RANGEStatic value ExpirationNotInRenewalTimeRange for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem. -
SUBSCRIPTION_NOT_ACTIVE
public static final DomainPatchResourcePropertiesDomainNotRenewableReasonsItem SUBSCRIPTION_NOT_ACTIVEStatic value SubscriptionNotActive for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.
-
-
Constructor Details
-
DomainPatchResourcePropertiesDomainNotRenewableReasonsItem
public DomainPatchResourcePropertiesDomainNotRenewableReasonsItem()
-
-
Method Details
-
fromString
Creates or finds a DomainPatchResourcePropertiesDomainNotRenewableReasonsItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.
-
values
- Returns:
- known DomainPatchResourcePropertiesDomainNotRenewableReasonsItem values.
-