Uses of Class
com.azure.resourcemanager.appservice.models.DomainPatchResourcePropertiesDomainNotRenewableReasonsItem
-
Packages that use DomainPatchResourcePropertiesDomainNotRenewableReasonsItem Package Description com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of DomainPatchResourcePropertiesDomainNotRenewableReasonsItem in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type DomainPatchResourcePropertiesDomainNotRenewableReasonsItem Modifier and Type Method Description List<DomainPatchResourcePropertiesDomainNotRenewableReasonsItem>DomainPatchResourceProperties. domainNotRenewableReasons()Get the domainNotRenewableReasons property: Reasons why domain is not renewable. -
Uses of DomainPatchResourcePropertiesDomainNotRenewableReasonsItem in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as DomainPatchResourcePropertiesDomainNotRenewableReasonsItem Modifier and Type Field Description static DomainPatchResourcePropertiesDomainNotRenewableReasonsItemDomainPatchResourcePropertiesDomainNotRenewableReasonsItem. EXPIRATION_NOT_IN_RENEWAL_TIME_RANGEStatic value ExpirationNotInRenewalTimeRange for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.static DomainPatchResourcePropertiesDomainNotRenewableReasonsItemDomainPatchResourcePropertiesDomainNotRenewableReasonsItem. REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWALStatic value RegistrationStatusNotSupportedForRenewal for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.static DomainPatchResourcePropertiesDomainNotRenewableReasonsItemDomainPatchResourcePropertiesDomainNotRenewableReasonsItem. SUBSCRIPTION_NOT_ACTIVEStatic value SubscriptionNotActive for DomainPatchResourcePropertiesDomainNotRenewableReasonsItem.Methods in com.azure.resourcemanager.appservice.models that return DomainPatchResourcePropertiesDomainNotRenewableReasonsItem Modifier and Type Method Description static DomainPatchResourcePropertiesDomainNotRenewableReasonsItemDomainPatchResourcePropertiesDomainNotRenewableReasonsItem. fromString(String name)Creates or finds a DomainPatchResourcePropertiesDomainNotRenewableReasonsItem from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DomainPatchResourcePropertiesDomainNotRenewableReasonsItem Modifier and Type Method Description List<DomainPatchResourcePropertiesDomainNotRenewableReasonsItem>DomainPatchResource. domainNotRenewableReasons()Get the domainNotRenewableReasons property: Reasons why domain is not renewable.static Collection<DomainPatchResourcePropertiesDomainNotRenewableReasonsItem>DomainPatchResourcePropertiesDomainNotRenewableReasonsItem. values()
-