DnsZone Interface
public interface DnsZone extends GroupableResource<DnsZoneManager, ZoneInner>,Refreshable,Updatable<DnsZone.Update>
An immutable client-side representation of an Azure DNS Zone.
Method Summary
Modifier and Type | Method and Description |
---|---|
Aaaa |
aaaaRecordSets() |
ARecord |
aRecordSets() |
CName |
cNameRecordSets() |
String | eTag() |
Soa |
getSoaRecordSet() |
PagedList<Dns |
listRecordSets() |
PagedList<Dns |
listRecordSets(int pageSize)
Lists all the record sets in this zone with each entries in each page limited to the given size. |
PagedList<Dns |
listRecordSets(String recordSetNameSuffix)
Lists all the record sets in this zone with the given suffix. |
PagedList<Dns |
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. |
long | maxNumberOfRecordSets() |
MXRecord |
mxRecordSets() |
List<String> | nameServers() |
NSRecord |
nsRecordSets() |
long | numberOfRecordSets() |
Ptr |
ptrRecordSets() |
Srv |
srvRecordSets() |
Txt |
txtRecordSets() |
Inherited Members
Method Details
aaaaRecordSets
public AaaaRecordSets aaaaRecordSets()
Returns:
aRecordSets
public ARecordSets aRecordSets()
Returns:
cNameRecordSets
public CNameRecordSets cNameRecordSets()
Returns:
eTag
public String eTag()
Returns:
getSoaRecordSet
public SoaRecordSet getSoaRecordSet()
Returns:
listRecordSets
public PagedList
Returns:
listRecordSets
public PagedList
Lists all the record sets in this zone with each entries in each page limited to the given size.
Parameters:
Returns:
listRecordSets
public PagedList
Lists all the record sets in this zone with the given suffix.
Parameters:
Returns:
listRecordSets
public PagedList
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.
Parameters:
Returns:
maxNumberOfRecordSets
public long maxNumberOfRecordSets()
Returns:
mxRecordSets
public MXRecordSets mxRecordSets()
Returns:
nameServers
public List
Returns:
nsRecordSets
public NSRecordSets nsRecordSets()
Returns:
numberOfRecordSets
public long numberOfRecordSets()
Returns:
ptrRecordSets
public PtrRecordSets ptrRecordSets()
Returns:
srvRecordSets
public SrvRecordSets srvRecordSets()
Returns:
txtRecordSets
public TxtRecordSets txtRecordSets()
Returns:
Applies to
Azure SDK for Java