| Package | Description |
|---|---|
| com.azure.resourcemanager.privatedns.fluent.models |
Package containing the inner data models for PrivateDnsManagementClient.
|
| com.azure.resourcemanager.privatedns.models |
Package containing the data models for PrivateDnsManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
SoaRecord |
RecordSetInner.soaRecord()
Get the soaRecord property: The SOA record in the record set.
|
| Modifier and Type | Method and Description |
|---|---|
RecordSetInner |
RecordSetInner.withSoaRecord(SoaRecord soaRecord)
Set the soaRecord property: The SOA record in the record set.
|
| Modifier and Type | Method and Description |
|---|---|
SoaRecord |
SoaRecordSet.record() |
SoaRecord |
SoaRecord.withEmail(String email)
Set the email property: The email contact for this SOA record.
|
SoaRecord |
SoaRecord.withExpireTime(Long expireTime)
Set the expireTime property: The expire time for this SOA record.
|
SoaRecord |
SoaRecord.withHost(String host)
Set the host property: The domain name of the authoritative name server for this SOA record.
|
SoaRecord |
SoaRecord.withMinimumTtl(Long minimumTtl)
Set the minimumTtl property: The minimum value for this SOA record.
|
SoaRecord |
SoaRecord.withRefreshTime(Long refreshTime)
Set the refreshTime property: The refresh value for this SOA record.
|
SoaRecord |
SoaRecord.withRetryTime(Long retryTime)
Set the retryTime property: The retry time for this SOA record.
|
SoaRecord |
SoaRecord.withSerialNumber(Long serialNumber)
Set the serialNumber property: The serial number for this SOA record.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.