Uses of Class
com.azure.resourcemanager.appservice.models.ResourceNotRenewableReason
Packages that use ResourceNotRenewableReason
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ResourceNotRenewableReason in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ResourceNotRenewableReasonModifier and TypeMethodDescriptionAppServiceCertificateOrderInner.appServiceCertificateNotRenewableReasons()
Get the appServiceCertificateNotRenewableReasons property: Reasons why App Service Certificate is not renewable at the current moment.AppServiceCertificateOrderPatchResourceProperties.appServiceCertificateNotRenewableReasons()
Get the appServiceCertificateNotRenewableReasons property: Reasons why App Service Certificate is not renewable at the current moment.AppServiceCertificateOrderProperties.appServiceCertificateNotRenewableReasons()
Get the appServiceCertificateNotRenewableReasons property: Reasons why App Service Certificate is not renewable at the current moment.DomainInner.domainNotRenewableReasons()
Get the domainNotRenewableReasons property: Reasons why domain is not renewable.DomainPatchResourceProperties.domainNotRenewableReasons()
Get the domainNotRenewableReasons property: Reasons why domain is not renewable.DomainProperties.domainNotRenewableReasons()
Get the domainNotRenewableReasons property: Reasons why domain is not renewable. -
Uses of ResourceNotRenewableReason in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as ResourceNotRenewableReasonModifier and TypeFieldDescriptionstatic final ResourceNotRenewableReason
ResourceNotRenewableReason.EXPIRATION_NOT_IN_RENEWAL_TIME_RANGE
Static value ExpirationNotInRenewalTimeRange for ResourceNotRenewableReason.static final ResourceNotRenewableReason
ResourceNotRenewableReason.REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWAL
Static value RegistrationStatusNotSupportedForRenewal for ResourceNotRenewableReason.static final ResourceNotRenewableReason
ResourceNotRenewableReason.SUBSCRIPTION_NOT_ACTIVE
Static value SubscriptionNotActive for ResourceNotRenewableReason.Methods in com.azure.resourcemanager.appservice.models that return ResourceNotRenewableReasonModifier and TypeMethodDescriptionstatic ResourceNotRenewableReason
ResourceNotRenewableReason.fromString
(String name) Creates or finds a ResourceNotRenewableReason from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ResourceNotRenewableReasonModifier and TypeMethodDescriptionAppServiceCertificateOrderPatchResource.appServiceCertificateNotRenewableReasons()
Get the appServiceCertificateNotRenewableReasons property: Reasons why App Service Certificate is not renewable at the current moment.DomainPatchResource.domainNotRenewableReasons()
Get the domainNotRenewableReasons property: Reasons why domain is not renewable.static Collection
<ResourceNotRenewableReason> ResourceNotRenewableReason.values()
Gets known ResourceNotRenewableReason values.