Uses of Class
com.azure.resourcemanager.appservice.models.CustomDomainStatus
Packages that use CustomDomainStatus
Package
Description
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of CustomDomainStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CustomDomainStatus -
Uses of CustomDomainStatus in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as CustomDomainStatusModifier and TypeFieldDescriptionstatic final CustomDomainStatusCustomDomainStatus.ADDINGStatic value Adding for CustomDomainStatus.static final CustomDomainStatusCustomDomainStatus.DELETINGStatic value Deleting for CustomDomainStatus.static final CustomDomainStatusCustomDomainStatus.FAILEDStatic value Failed for CustomDomainStatus.static final CustomDomainStatusCustomDomainStatus.READYStatic value Ready for CustomDomainStatus.static final CustomDomainStatusCustomDomainStatus.RETRIEVING_VALIDATION_TOKENStatic value RetrievingValidationToken for CustomDomainStatus.static final CustomDomainStatusCustomDomainStatus.UNHEALTHYStatic value Unhealthy for CustomDomainStatus.static final CustomDomainStatusCustomDomainStatus.VALIDATINGStatic value Validating for CustomDomainStatus.Methods in com.azure.resourcemanager.appservice.models that return CustomDomainStatusModifier and TypeMethodDescriptionstatic CustomDomainStatusCustomDomainStatus.fromString(String name) Creates or finds a CustomDomainStatus from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type CustomDomainStatusModifier and TypeMethodDescriptionstatic Collection<CustomDomainStatus> CustomDomainStatus.values()Gets known CustomDomainStatus values.