ConnectionMonitorsOperationsExtensions.List Method

Definition

Lists all connection monitors for the specified Network Watcher.

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

Parameters

operations
IConnectionMonitorsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group containing Network Watcher.

networkWatcherName
String

The name of the Network Watcher resource.

Returns

Applies to