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