Uses of Class
com.azure.resourcemanager.appservice.models.CustomDomainStatus
-
Packages that use CustomDomainStatus 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 CustomDomainStatus in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return CustomDomainStatus Modifier and Type Method Description CustomDomainStatusStaticSiteCustomDomainOverviewArmResourceInner. status()Get the status property: The status of the custom domain.CustomDomainStatusStaticSiteCustomDomainOverviewArmResourceProperties. status()Get the status property: The status of the custom domain. -
Uses of CustomDomainStatus in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as CustomDomainStatus Modifier and Type Field Description static CustomDomainStatusCustomDomainStatus. ADDINGStatic value Adding for CustomDomainStatus.static CustomDomainStatusCustomDomainStatus. DELETINGStatic value Deleting for CustomDomainStatus.static CustomDomainStatusCustomDomainStatus. FAILEDStatic value Failed for CustomDomainStatus.static CustomDomainStatusCustomDomainStatus. READYStatic value Ready for CustomDomainStatus.static CustomDomainStatusCustomDomainStatus. RETRIEVING_VALIDATION_TOKENStatic value RetrievingValidationToken for CustomDomainStatus.static CustomDomainStatusCustomDomainStatus. VALIDATINGStatic value Validating for CustomDomainStatus.Methods in com.azure.resourcemanager.appservice.models that return CustomDomainStatus Modifier and Type Method Description static 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 CustomDomainStatus Modifier and Type Method Description static Collection<CustomDomainStatus>CustomDomainStatus. values()
-