Share via


NetworkWatchersOperationsExtensions.ListAll Method

Definition

Gets all network watchers by subscription.

public static System.Collections.Generic.IEnumerable<Microsoft.Azure.Management.Network.Models.NetworkWatcher> ListAll (this Microsoft.Azure.Management.Network.INetworkWatchersOperations operations);
static member ListAll : Microsoft.Azure.Management.Network.INetworkWatchersOperations -> seq<Microsoft.Azure.Management.Network.Models.NetworkWatcher>
<Extension()>
Public Function ListAll (operations As INetworkWatchersOperations) As IEnumerable(Of NetworkWatcher)

Parameters

operations
INetworkWatchersOperations

The operations group for this extension method.

Returns

Applies to