public final class AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem extends com.azure.core.util.ExpandableStringEnum<AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem>
| Modifier and Type | Field and Description |
|---|---|
static AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem |
EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
Static value ExpirationNotInRenewalTimeRange for
AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem.
|
static AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem |
REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
Static value RegistrationStatusNotSupportedForRenewal for
AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem.
|
static AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem |
SUBSCRIPTION_NOT_ACTIVE
Static value SubscriptionNotActive for
AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem.
|
| Constructor and Description |
|---|
AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem() |
| Modifier and Type | Method and Description |
|---|---|
static AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem |
fromString(String name)
Creates or finds a AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem
from its string representation.
|
static Collection<AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem> |
values() |
public static final AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
public static final AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
public static final AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem SUBSCRIPTION_NOT_ACTIVE
public AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem()
public static AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem fromString(String name)
name - a name to look for.public static Collection<AppServiceCertificateOrderPatchResourcePropertiesAppServiceCertificateNotRenewableReasonsItem> values()
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.