DnsPrivateZoneCollection.GetAll(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.Pageable<Azure.ResourceManager.OracleDatabase.DnsPrivateZoneResource> GetAll (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OracleDatabase.DnsPrivateZoneResource>
override this.GetAll : System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.OracleDatabase.DnsPrivateZoneResource>
Public Overridable Function GetAll (Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of DnsPrivateZoneResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to