Uses of Class
com.microsoft.azure.management.dns.SrvRecord
-
-
Uses of SrvRecord in com.microsoft.azure.management.dns
Methods in com.microsoft.azure.management.dns that return SrvRecord Modifier and Type Method Description SrvRecordSrvRecord. withPort(Integer port)Set the port value.SrvRecordSrvRecord. withPriority(Integer priority)Set the priority value.SrvRecordSrvRecord. withTarget(String target)Set the target value.SrvRecordSrvRecord. withWeight(Integer weight)Set the weight value.Methods in com.microsoft.azure.management.dns that return types with arguments of type SrvRecord Modifier and Type Method Description List<SrvRecord>SrvRecordSet. records()
-