DnsSrvRecordCollection.GetAllAsync Method

Definition

Lists the record sets of a specified type in a DNS zone.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/dnsZones/{zoneName}/{recordType}
  • Operation Id: RecordSets_ListByType
C#
public virtual Azure.AsyncPageable<Azure.ResourceManager.Dns.DnsSrvRecordResource> GetAllAsync(int? top = default, string recordsetnamesuffix = default, System.Threading.CancellationToken cancellationToken = default);

Parameters

top
Nullable<Int32>

The maximum number of record sets to return. If not specified, returns up to 100 record sets.

recordsetnamesuffix
String

The suffix label of the record set name that has to be used to filter the record set enumerations. If this parameter is specified, Enumeration will return only records that end with .<recordSetNameSuffix>.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

An async collection of DnsSrvRecordResource that may take multiple service requests to iterate over.

Applies to

Product Versions
Azure SDK for .NET Latest, Preview