Uses of Class
com.azure.resourcemanager.appservice.models.DomainPropertiesDomainNotRenewableReasonsItem
-
Packages that use DomainPropertiesDomainNotRenewableReasonsItem 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 DomainPropertiesDomainNotRenewableReasonsItem in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type DomainPropertiesDomainNotRenewableReasonsItem Modifier and Type Method Description List<DomainPropertiesDomainNotRenewableReasonsItem>DomainInner. domainNotRenewableReasons()Get the domainNotRenewableReasons property: Reasons why domain is not renewable.List<DomainPropertiesDomainNotRenewableReasonsItem>DomainProperties. domainNotRenewableReasons()Get the domainNotRenewableReasons property: Reasons why domain is not renewable. -
Uses of DomainPropertiesDomainNotRenewableReasonsItem in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as DomainPropertiesDomainNotRenewableReasonsItem Modifier and Type Field Description static DomainPropertiesDomainNotRenewableReasonsItemDomainPropertiesDomainNotRenewableReasonsItem. EXPIRATION_NOT_IN_RENEWAL_TIME_RANGEStatic value ExpirationNotInRenewalTimeRange for DomainPropertiesDomainNotRenewableReasonsItem.static DomainPropertiesDomainNotRenewableReasonsItemDomainPropertiesDomainNotRenewableReasonsItem. REGISTRATION_STATUS_NOT_SUPPORTED_FOR_RENEWALStatic value RegistrationStatusNotSupportedForRenewal for DomainPropertiesDomainNotRenewableReasonsItem.static DomainPropertiesDomainNotRenewableReasonsItemDomainPropertiesDomainNotRenewableReasonsItem. SUBSCRIPTION_NOT_ACTIVEStatic value SubscriptionNotActive for DomainPropertiesDomainNotRenewableReasonsItem.Methods in com.azure.resourcemanager.appservice.models that return DomainPropertiesDomainNotRenewableReasonsItem Modifier and Type Method Description static DomainPropertiesDomainNotRenewableReasonsItemDomainPropertiesDomainNotRenewableReasonsItem. fromString(String name)Creates or finds a DomainPropertiesDomainNotRenewableReasonsItem from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type DomainPropertiesDomainNotRenewableReasonsItem Modifier and Type Method Description static Collection<DomainPropertiesDomainNotRenewableReasonsItem>DomainPropertiesDomainNotRenewableReasonsItem. values()
-