NetworkExtensions.GetNetworkWatchersAsync Method

Definition

Gets all network watchers by subscription.

  • Request Path: /subscriptions/{subscriptionId}/providers/Microsoft.Network/networkWatchers
  • Operation Id: NetworkWatchers_ListAll
  • Default Api Version: 2023-09-01
  • Resource: NetworkWatcherResource
public static Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkWatcherResource> GetNetworkWatchersAsync (this Azure.ResourceManager.Resources.SubscriptionResource subscriptionResource, System.Threading.CancellationToken cancellationToken = default);
static member GetNetworkWatchersAsync : Azure.ResourceManager.Resources.SubscriptionResource * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Network.NetworkWatcherResource>
<Extension()>
Public Function GetNetworkWatchersAsync (subscriptionResource As SubscriptionResource, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of NetworkWatcherResource)

Parameters

subscriptionResource
SubscriptionResource

The SubscriptionResource instance the method will execute against.

cancellationToken
CancellationToken

The cancellation token to use.

Returns

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

Exceptions

subscriptionResource is null.

Applies to