Class AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem>
-
- com.azure.resourcemanager.appservice.models.AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem
-
public final class AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem extends com.azure.core.util.ExpandableStringEnum<AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem>
Defines values for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.
-
-
Field Summary
Fields Modifier and Type Field Description static AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemEXPIRATION_NOT_IN_RENEWAL_TIME_RANGEStatic value ExpirationNotInRenewalTimeRange for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.static AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemREGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWALStatic value RegistrationStatusNotSupportedForRenewal for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.static AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemSUBSCRIPTION_NOT_ACTIVEStatic value SubscriptionNotActive for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.
-
Constructor Summary
Constructors Constructor Description AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItemfromString(String name)Creates or finds a AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem from its string representation.static Collection<AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem>values()
-
-
-
Field Detail
-
REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
public static final AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
Static value RegistrationStatusNotSupportedForRenewal for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.
-
EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
public static final AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
Static value ExpirationNotInRenewalTimeRange for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.
-
SUBSCRIPTION_NOT_ACTIVE
public static final AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem SUBSCRIPTION_NOT_ACTIVE
Static value SubscriptionNotActive for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.
-
-
Method Detail
-
fromString
public static AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem fromString(String name)
Creates or finds a AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.
-
values
public static Collection<AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem> values()
- Returns:
- known AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem values.
-
-