Condividi tramite


ConnectionMonitorCollection.GetAllAsync(CancellationToken) Method

Definition

Lists all connection monitors for the specified Network Watcher.

  • Request Path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/networkWatchers/{networkWatcherName}/connectionMonitors
  • Operation Id: ConnectionMonitors_List
  • Default Api Version: 2023-11-01
  • Resource: ConnectionMonitorResource
public virtual Azure.AsyncPageable<Azure.ResourceManager.Network.ConnectionMonitorResource> GetAllAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ConnectionMonitorResource>
override this.GetAllAsync : System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.ConnectionMonitorResource>
Public Overridable Function GetAllAsync (Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConnectionMonitorResource)

Parameters

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Applies to