Uses of Interface
com.azure.resourcemanager.privatedns.models.PrivateDnsRecordSet
-
Packages that use PrivateDnsRecordSet Package Description com.azure.resourcemanager.privatedns.models Package containing the data models for PrivateDnsManagementClient. -
-
Uses of PrivateDnsRecordSet in com.azure.resourcemanager.privatedns.models
Subinterfaces of PrivateDnsRecordSet in com.azure.resourcemanager.privatedns.models Modifier and Type Interface Description interfaceAaaaRecordSetAn immutable client-side representation of a AAAA (IPv6) record set in Azure Private DNS Zone.interfaceARecordSetAn immutable client-side representation of a A (IPv4) record set in Azure Private DNS Zone.interfaceCnameRecordSetAn immutable client-side representation of a CNAME (canonical name) record set in Azure Private DNS Zone.interfaceMxRecordSetAn immutable client-side representation of an MX (mail exchange) record set in an Azure Private DNS Zone.interfacePtrRecordSetAn immutable client-side representation of a PTR (pointer) record set in Azure Private DNS Zone.interfaceSoaRecordSetAn immutable client-side representation of a SOA (start of authority) record set in Azure Private DNS Zone.interfaceSrvRecordSetAn immutable client-side representation of an SVR (service) record set in Azure Private DNS Zone.interfaceTxtRecordSetAn 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()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()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.
-