NetworkWatchersOperationsExtensions.List Method

Definition

Gets all network watchers by resource group.

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

Parameters

operations
INetworkWatchersOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group.

Returns

Applies to