Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet

Packages that use PrivateDnsRecordSet
Package
Description
Package containing the data models for PrivateDnsManagementClient.
  • Uses of PrivateDnsRecordSet in com.azure.resourcemanager.privatedns.models

    Modifier and Type
    Interface
    Description
    interface 
    An immutable client-side representation of a AAAA (IPv6) record set in Azure Private DNS Zone.
    interface 
    An immutable client-side representation of a A (IPv4) record set in Azure Private DNS Zone.
    interface 
    An immutable client-side representation of a CNAME (canonical name) record set in Azure Private DNS Zone.
    interface 
    An immutable client-side representation of an MX (mail exchange) record set in an Azure Private DNS Zone.
    interface 
    An immutable client-side representation of a PTR (pointer) record set in Azure Private DNS Zone.
    interface 
    An immutable client-side representation of a SOA (start of authority) record set in Azure Private DNS Zone.
    interface 
    An immutable client-side representation of an SVR (service) record set in Azure Private DNS Zone.
    interface 
    An immutable client-side representation of a TXT (text) record set in Azure Private DNS Zone.
    Methods in com.azure.resourcemanager.privatedns.models that return types with arguments of type PrivateDnsRecordSet
    Modifier and Type
    Method
    Description
    com.azure.core.http.rest.PagedIterable<PrivateDnsRecordSet>
    PrivateDnsZone.listRecordSets()
    Gets the record sets in this zone.
    com.azure.core.http.rest.PagedIterable<PrivateDnsRecordSet>
    PrivateDnsZone.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<PrivateDnsRecordSet>
    PrivateDnsZone.listRecordSets(String recordSetNameSuffix)
    Lists all the record sets in this zone with the given suffix.
    com.azure.core.http.rest.PagedIterable<PrivateDnsRecordSet>
    PrivateDnsZone.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.
    com.azure.core.http.rest.PagedFlux<PrivateDnsRecordSet>
    PrivateDnsZone.listRecordSetsAsync()
    Gets the record sets in this zone asynchronously.
    com.azure.core.http.rest.PagedFlux<PrivateDnsRecordSet>
    PrivateDnsZone.listRecordSetsAsync(int pageSize)
    Lists all the record sets in this zone with each entries in each page limited to the given size asynchronously.
    com.azure.core.http.rest.PagedFlux<PrivateDnsRecordSet>
    PrivateDnsZone.listRecordSetsAsync(String recordSetNameSuffix)
    Lists all the record sets in this zone with the given suffix asynchronously.
    com.azure.core.http.rest.PagedFlux<PrivateDnsRecordSet>
    PrivateDnsZone.listRecordSetsAsync(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 asynchronously.