PrivateDnsZone Interface
Implements
public interface PrivateDnsZone
extends GroupableResource<PrivateDnsZoneManager,PrivateZoneInner>, Refreshable<PrivateDnsZone>, Updatable<Update>
An immutable client-side representation of an Azure Private DNS Zone.
Method Summary
Method Details
aRecordSets
public abstract ARecordSets aRecordSets()
Returns:
aaaaRecordSets
public abstract AaaaRecordSets aaaaRecordSets()
Returns:
cnameRecordSets
public abstract CnameRecordSets cnameRecordSets()
Returns:
etag
public abstract String etag()
Returns:
getSoaRecordSet
public abstract SoaRecordSet getSoaRecordSet()
Returns:
listRecordSets
public abstract PagedIterable
Returns:
listRecordSets
public abstract PagedIterable
Lists all the record sets in this zone with each entries in each page limited to the given size.
Parameters:
Returns:
listRecordSets
public abstract PagedIterable
Lists all the record sets in this zone with the given suffix.
Parameters:
Returns:
listRecordSets
public abstract PagedIterable
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:
listRecordSetsAsync
public abstract PagedFlux
Returns:
listRecordSetsAsync
public abstract PagedFlux
Lists all the record sets in this zone with each entries in each page limited to the given size asynchronously.
Parameters:
Returns:
listRecordSetsAsync
public abstract PagedFlux
Lists all the record sets in this zone with the given suffix asynchronously.
Parameters:
Returns:
listRecordSetsAsync
public abstract PagedFlux
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.
Parameters:
Returns:
maxNumberOfRecordSets
public abstract long maxNumberOfRecordSets()
Returns:
maxNumberOfVirtualNetworkLinks
public abstract long maxNumberOfVirtualNetworkLinks()
Returns:
maxNumberOfVirtualNetworkLinksWithRegistration
public abstract long maxNumberOfVirtualNetworkLinksWithRegistration()
Returns:
mxRecordSets
public abstract MxRecordSets mxRecordSets()
Returns:
numberOfRecordSets
public abstract long numberOfRecordSets()
Returns:
numberOfVirtualNetworkLinks
public abstract long numberOfVirtualNetworkLinks()
Returns:
numberOfVirtualNetworkLinksWithRegistration
public abstract long numberOfVirtualNetworkLinksWithRegistration()
Returns:
provisioningState
public abstract ProvisioningState provisioningState()
Returns:
ptrRecordSets
public abstract PtrRecordSets ptrRecordSets()
Returns:
srvRecordSets
public abstract SrvRecordSets srvRecordSets()
Returns:
txtRecordSets
public abstract TxtRecordSets txtRecordSets()
Returns:
virtualNetworkLinks
public abstract VirtualNetworkLinks virtualNetworkLinks()
Returns:
Applies to
Azure SDK for Java