Freigeben über


ConnectionMonitorsOperationsExtensions.List Methode

Definition

Listet alle Verbindungsmonitore für die angegebene Network Watcher auf.

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)

Parameter

operations
IConnectionMonitorsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe, die Network Watcher enthält.

networkWatcherName
String

Der Name der Network Watcher Ressource.

Gibt zurück

Gilt für: