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
Fields Modifier and Type Field Description static DomainPatchResourcePropertiesDomainNotRenewableReasonsItemEXPIRATION_NOT_IN_RENEWAL_TIME_RANGEStatic value ExpirationNotInRenewalTimeRange for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.static DomainPatchResourcePropertiesDomainNotRenewableReasonsItemREGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWALStatic value RegistrationStatusNotSupportedForRenewal for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.static DomainPatchResourcePropertiesDomainNotRenewableReasonsItemSUBSCRIPTION_NOT_ACTIVEStatic value SubscriptionNotActive for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.
-
Constructor Summary
Constructors Constructor Description DomainPatchResourcePropertiesDomainNotRenewableReasonsItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DomainPatchResourcePropertiesDomainNotRenewableReasonsItemfromString(String name)Creates or finds a DomainPatchResourcePropertiesDomainNotRenewableReasonsItem from its string representation.static Collection<DomainPatchResourcePropertiesDomainNotRenewableReasonsItem>values()
-
-
-
Field Detail
-
REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
public static final DomainPatchResourcePropertiesDomainNotRenewableReasonsItem REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
Static value RegistrationStatusNotSupportedForRenewal for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.
-
EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
public static final DomainPatchResourcePropertiesDomainNotRenewableReasonsItem EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
Static value ExpirationNotInRenewalTimeRange for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.
-
SUBSCRIPTION_NOT_ACTIVE
public static final DomainPatchResourcePropertiesDomainNotRenewableReasonsItem SUBSCRIPTION_NOT_ACTIVE
Static value SubscriptionNotActive for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.
-
-
Method Detail
-
fromString
public static DomainPatchResourcePropertiesDomainNotRenewableReasonsItem fromString(String name)
Creates or finds a DomainPatchResourcePropertiesDomainNotRenewableReasonsItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.
-
values
public static Collection<DomainPatchResourcePropertiesDomainNotRenewableReasonsItem> values()
- Returns:
- known DomainPatchResourcePropertiesDomainNotRenewableReasonsItem values.
-
-