DnsPrivateZoneCollection.GetAllAsync(CancellationToken) Method

Definition

List DnsPrivateZone resources by Location

  • Request Path: /subscriptions/{subscriptionId}/providers/Oracle.Database/locations/{location}/dnsPrivateZones
  • Operation Id: DnsPrivateZones_ListByLocation
  • Default Api Version: 2023-09-01-preview
  • Resource: DnsPrivateZoneResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.DnsPrivateZoneResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.DnsPrivateZoneResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.OracleDatabase.DnsPrivateZoneResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of DnsPrivateZoneResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to