Package | Description |
---|---|
com.microsoft.azure.management.dns |
This package contains the classes for DnsManagementClient.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AaaaRecordSet
An immutable client-side representation of a AAAA (IPv6) record set in Azure DNS Zone.
|
interface |
ARecordSet
An immutable client-side representation of a A (IPv4) record set in Azure DNS Zone.
|
interface |
CaaRecordSet
An immutable client-side representation of an CAA (service) record set in Azure DNS Zone.
|
interface |
CNameRecordSet
An immutable client-side representation of a CNAME (canonical name) record set in Azure DNS Zone.
|
interface |
MXRecordSet
An immutable client-side representation of an MX (mail exchange) record set in an Azure DNS Zone.
|
interface |
NSRecordSet
An immutable client-side representation of an NS (name server) record set in Azure DNS Zone.
|
interface |
PtrRecordSet
An immutable client-side representation of a PTR (pointer) record set in Azure DNS Zone.
|
interface |
SoaRecordSet
An immutable client-side representation of a SOA (start of authority) record set in Azure DNS Zone.
|
interface |
SrvRecordSet
An immutable client-side representation of an SVR (service) record set in Azure DNS Zone.
|
interface |
TxtRecordSet
An immutable client-side representation of a TXT (text) record set in Azure DNS Zone.
|
Modifier and Type | Method and Description |
---|---|
PagedList<DnsRecordSet> |
DnsZone.listRecordSets() |
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.
|
PagedList<DnsRecordSet> |
DnsZone.listRecordSets(String recordSetNameSuffix)
Lists all the record sets in this zone with the given suffix.
|
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.
|
Copyright © 2019. All rights reserved.