Uses of Class
com.azure.resourcemanager.privatedns.models.SoaRecord
Packages that use SoaRecord
Package
Description
Package containing the inner data models for PrivateDnsManagementClient.
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 SoaRecordModifier and TypeMethodDescriptionRecordSetInner.soaRecord()Get the soaRecord property: The SOA record in the record set.RecordSetProperties.soaRecord()Get the soaRecord property: The SOA record in the record set.Methods in com.azure.resourcemanager.privatedns.fluent.models with parameters of type SoaRecordModifier and TypeMethodDescriptionRecordSetInner.withSoaRecord(SoaRecord soaRecord) Set the soaRecord property: The SOA record in the record set.RecordSetProperties.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 SoaRecordModifier and TypeMethodDescriptionstatic SoaRecordSoaRecord.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of SoaRecord from the JsonReader.SoaRecordSet.record()Set the email property: The email contact for this SOA record.SoaRecord.withExpireTime(Long expireTime) Set the expireTime property: The expire time for this SOA record.Set the host property: The domain name of the authoritative name server for this SOA record.SoaRecord.withMinimumTtl(Long minimumTtl) Set the minimumTtl property: The minimum value for this SOA record.SoaRecord.withRefreshTime(Long refreshTime) Set the refreshTime property: The refresh value for this SOA record.SoaRecord.withRetryTime(Long retryTime) Set the retryTime property: The retry time for this SOA record.SoaRecord.withSerialNumber(Long serialNumber) Set the serialNumber property: The serial number for this SOA record.