Uses of Interface
com.microsoft.azure.management.dns.DnsRecordSet

Packages that use DnsRecordSet
Package
Description
This package contains the classes for DnsManagementClient.
  • Uses of DnsRecordSet in com.microsoft.azure.management.dns

    Modifier and Type
    Interface
    Description
    interface 
    An immutable client-side representation of a AAAA (IPv6) record set in Azure DNS Zone.
    interface 
    An immutable client-side representation of a A (IPv4) record set in Azure DNS Zone.
    interface 
    An immutable client-side representation of an CAA (service) record set in Azure DNS Zone.
    interface 
    An immutable client-side representation of a CNAME (canonical name) record set in Azure DNS Zone.
    interface 
    An immutable client-side representation of an MX (mail exchange) record set in an Azure DNS Zone.
    interface 
    An immutable client-side representation of an NS (name server) record set in Azure DNS Zone.
    interface 
    An immutable client-side representation of a PTR (pointer) record set in Azure DNS Zone.
    interface 
    An immutable client-side representation of a SOA (start of authority) record set in Azure DNS Zone.
    interface 
    An immutable client-side representation of an SVR (service) record set in Azure DNS Zone.
    interface 
    An immutable client-side representation of a TXT (text) record set in Azure DNS Zone.
    Methods in com.microsoft.azure.management.dns that return types with arguments of type DnsRecordSet
    Modifier and Type
    Method
    Description
    com.microsoft.azure.PagedList<DnsRecordSet>
    DnsZone.listRecordSets()
     
    com.microsoft.azure.PagedList<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.microsoft.azure.PagedList<DnsRecordSet>
    DnsZone.listRecordSets(String recordSetNameSuffix)
    Lists all the record sets in this zone with the given suffix.
    com.microsoft.azure.PagedList<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.