ConnectionMonitorTestCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all connection monitor tests under the given subscription, resource group and peering service.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Peering/peeringServices/{peeringServiceName}/connectionMonitorTests
  • Operation Id: ConnectionMonitorTests_ListByPeeringService
public virtual Azure.AsyncPageable<Azure.ResourceManager.Peering.ConnectionMonitorTestResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Peering.ConnectionMonitorTestResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConnectionMonitorTestResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to