Uses of Class
com.microsoft.azure.management.dns.RecordType
-
-
Uses of RecordType in com.microsoft.azure.management.dns
Methods in com.microsoft.azure.management.dns that return RecordType Modifier and Type Method Description static RecordTypeRecordType. fromString(String value)Parses a serialized value to a RecordType instance.RecordTypeDnsRecordSet. recordType()static RecordTypeRecordType. valueOf(String name)Returns the enum constant of this type with the specified name.static RecordType[]RecordType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-