Uses of Class
com.microsoft.azure.management.dns.SoaRecord
-
-
Uses of SoaRecord in com.microsoft.azure.management.dns
Methods in com.microsoft.azure.management.dns that return SoaRecord Modifier and Type Method Description SoaRecordSoaRecordSet. record()SoaRecordSoaRecord. withEmail(String email)Set the email value.SoaRecordSoaRecord. withExpireTime(Long expireTime)Set the expireTime value.SoaRecordSoaRecord. withHost(String host)Set the host value.SoaRecordSoaRecord. withMinimumTtl(Long minimumTtl)Set the minimumTtl value.SoaRecordSoaRecord. withRefreshTime(Long refreshTime)Set the refreshTime value.SoaRecordSoaRecord. withRetryTime(Long retryTime)Set the retryTime value.SoaRecordSoaRecord. withSerialNumber(Long serialNumber)Set the serialNumber value.
-