Uses of Class
com.microsoft.azure.management.appservice.DnsVerificationTestResult
-
-
Uses of DnsVerificationTestResult in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice 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.
-