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
FieldsModifier and TypeFieldDescriptionStatic value ExpirationNotInRenewalTimeRange for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.Static value RegistrationStatusNotSupportedForRenewal for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.Static value SubscriptionNotActive for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem. -
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem 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 AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWALStatic value RegistrationStatusNotSupportedForRenewal for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem. -
EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
public static final AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem EXPIRATION_NOT_IN_RENEWAL_TIME_RANGEStatic value ExpirationNotInRenewalTimeRange for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem. -
SUBSCRIPTION_NOT_ACTIVE
public static final AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem SUBSCRIPTION_NOT_ACTIVEStatic value SubscriptionNotActive for AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem.
-
-
Constructor Details
-
AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem
public AppServiceCertificateOrderPropertiesAppServiceCertificateNotRenewableReasonsItem()
-
-
Method Details
-
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.
-