Uses of Class
com.azure.resourcemanager.privatedns.models.SoaRecord
-
Packages that use SoaRecord 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. -
-
Uses of SoaRecord in com.azure.resourcemanager.privatedns.fluent.models
Methods in com.azure.resourcemanager.privatedns.fluent.models that return SoaRecord Modifier and Type Method Description SoaRecordRecordSetInner. soaRecord()Get the soaRecord property: The SOA record in the record set.SoaRecordRecordSetProperties. soaRecord()Get the soaRecord property: The SOA record in the record set.Methods in com.azure.resourcemanager.privatedns.fluent.models with parameters of type SoaRecord Modifier and Type Method Description RecordSetInnerRecordSetInner. withSoaRecord(SoaRecord soaRecord)Set the soaRecord property: The SOA record in the record set.RecordSetPropertiesRecordSetProperties. withSoaRecord(SoaRecord soaRecord)Set the soaRecord property: The SOA record in the record set. -
Uses of SoaRecord in com.azure.resourcemanager.privatedns.models
Methods in com.azure.resourcemanager.privatedns.models that return SoaRecord Modifier and Type Method Description SoaRecordSoaRecordSet. record()SoaRecordSoaRecord. withEmail(String email)Set the email property: The email contact for this SOA record.SoaRecordSoaRecord. withExpireTime(Long expireTime)Set the expireTime property: The expire time for this SOA record.SoaRecordSoaRecord. withHost(String host)Set the host property: The domain name of the authoritative name server for this SOA record.SoaRecordSoaRecord. withMinimumTtl(Long minimumTtl)Set the minimumTtl property: The minimum value for this SOA record.SoaRecordSoaRecord. withRefreshTime(Long refreshTime)Set the refreshTime property: The refresh value for this SOA record.SoaRecordSoaRecord. withRetryTime(Long retryTime)Set the retryTime property: The retry time for this SOA record.SoaRecordSoaRecord. withSerialNumber(Long serialNumber)Set the serialNumber property: The serial number for this SOA record.
-