ARecordSets Interface
public interface ARecordSets extends DnsRecordSets
Entry point to A record sets in a DNS zone.
Inherited Members
DnsRecordSets<RecordSetT>.list(String recordSetNameSuffix)
DnsRecordSets<RecordSetT>.list(int pageSize)
DnsRecordSets<RecordSetT>.list(String recordSetNameSuffix, int pageSize)
DnsRecordSets<RecordSetT>.listAsync(String recordSetNameSuffix)
DnsRecordSets<RecordSetT>.listAsync(int pageSize)
DnsRecordSets<RecordSetT>.listAsync(String recordSetNameSuffix, int pageSize)
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java