Package | Description |
---|---|
com.microsoft.azure.management.dns |
This package contains the classes for DnsManagementClient.
|
Modifier and Type | Method and Description |
---|---|
SoaRecord |
SoaRecordSet.record() |
SoaRecord |
SoaRecord.withEmail(String email)
Set the email value.
|
SoaRecord |
SoaRecord.withExpireTime(Long expireTime)
Set the expireTime value.
|
SoaRecord |
SoaRecord.withHost(String host)
Set the host value.
|
SoaRecord |
SoaRecord.withMinimumTtl(Long minimumTtl)
Set the minimumTtl value.
|
SoaRecord |
SoaRecord.withRefreshTime(Long refreshTime)
Set the refreshTime value.
|
SoaRecord |
SoaRecord.withRetryTime(Long retryTime)
Set the retryTime value.
|
SoaRecord |
SoaRecord.withSerialNumber(Long serialNumber)
Set the serialNumber value.
|
Copyright © 2019. All rights reserved.