Uses of Class
com.microsoft.azure.management.appservice.DnsType
-
-
Uses of DnsType in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return DnsType Modifier and Type Method Description DnsTypeDomainPatchResource. dnsType()Get current DNS type.static DnsTypeDnsType. fromString(String value)Parses a serialized value to a DnsType instance.DnsTypeDomainPatchResource. targetDnsType()Get target DNS type (would be used for migration).static DnsTypeDnsType. valueOf(String name)Returns the enum constant of this type with the specified name.static DnsType[]DnsType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.azure.management.appservice with parameters of type DnsType Modifier and Type Method Description DomainPatchResourceDomainPatchResource. withDnsType(DnsType dnsType)Set current DNS type.DomainPatchResourceDomainPatchResource. withTargetDnsType(DnsType targetDnsType)Set target DNS type (would be used for migration).
-