Uses of Class
com.azure.resourcemanager.appservice.models.DnsVerificationTestResult
-
Packages that use DnsVerificationTestResult 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 DnsVerificationTestResult in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return DnsVerificationTestResult Modifier and Type Method Description DnsVerificationTestResultCustomHostnameAnalysisResultInner. customDomainVerificationTest()Get the customDomainVerificationTest property: DNS verification test result.DnsVerificationTestResultCustomHostnameAnalysisResultProperties. customDomainVerificationTest()Get the customDomainVerificationTest property: DNS verification test result. -
Uses of DnsVerificationTestResult in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DnsVerificationTestResult Modifier and Type Method Description static DnsVerificationTestResultDnsVerificationTestResult. fromString(String value)Parses a serialized value to a DnsVerificationTestResult instance.static DnsVerificationTestResultDnsVerificationTestResult. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsVerificationTestResult[]DnsVerificationTestResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-