Uses of Interface
com.azure.resourcemanager.dns.models.DnsRecordSet
-
Packages that use DnsRecordSet Package Description com.azure.resourcemanager.dns.models Package containing the data models for DnsManagementClient. -
-
Uses of DnsRecordSet in com.azure.resourcemanager.dns.models
Subinterfaces of DnsRecordSet in com.azure.resourcemanager.dns.models Modifier and Type Interface Description interfaceAaaaRecordSetAn immutable client-side representation of a AAAA (IPv6) record set in Azure DNS Zone.interfaceARecordSetAn immutable client-side representation of a A (IPv4) record set in Azure DNS Zone.interfaceCaaRecordSetAn immutable client-side representation of an CAA (service) record set in Azure DNS Zone.interfaceCnameRecordSetAn immutable client-side representation of a CNAME (canonical name) record set in Azure DNS Zone.interfaceMxRecordSetAn immutable client-side representation of an MX (mail exchange) record set in an Azure DNS Zone.interfaceNsRecordSetAn immutable client-side representation of an NS (name server) record set in Azure DNS Zone.interfacePtrRecordSetAn immutable client-side representation of a PTR (pointer) record set in Azure DNS Zone.interfaceSoaRecordSetAn immutable client-side representation of a SOA (start of authority) record set in Azure DNS Zone.interfaceSrvRecordSetAn immutable client-side representation of an SVR (service) record set in Azure DNS Zone.interfaceTxtRecordSetAn immutable client-side representation of a TXT (text) record set in Azure DNS Zone.Methods in com.azure.resourcemanager.dns.models that return types with arguments of type DnsRecordSet Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<DnsRecordSet>DnsZone. listRecordSets()com.azure.core.http.rest.PagedIterable<DnsRecordSet>DnsZone. listRecordSets(int pageSize)Lists all the record sets in this zone with each entries in each page limited to the given size.com.azure.core.http.rest.PagedIterable<DnsRecordSet>DnsZone. listRecordSets(String recordSetNameSuffix)Lists all the record sets in this zone with the given suffix.com.azure.core.http.rest.PagedIterable<DnsRecordSet>DnsZone. listRecordSets(String recordSetNameSuffix, int pageSize)Lists all the record sets in this zone with the given suffix, also limits the number of entries per page to the given page size.
-