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 ResourceNotRenewableReasonResourceNotRenewableReason.EXPIRATION_NOT_IN_RENEWAL_TIME_RANGEStatic value ExpirationNotInRenewalTimeRange for ResourceNotRenewableReason.static final ResourceNotRenewableReasonResourceNotRenewableReason.REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWALStatic value RegistrationStatusNotSupportedForRenewal for ResourceNotRenewableReason.static final ResourceNotRenewableReasonResourceNotRenewableReason.SUBSCRIPTION_NOT_ACTIVEStatic value SubscriptionNotActive for ResourceNotRenewableReason.Methods in com.azure.resourcemanager.appservice.models that return ResourceNotRenewableReasonModifier and TypeMethodDescriptionstatic ResourceNotRenewableReasonResourceNotRenewableReason.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.