Share via


IConnectionMonitorsOperations Schnittstelle

Definition

ConnectionMonitorsOperations-Vorgänge.

public interface IConnectionMonitorsOperations
type IConnectionMonitorsOperations = interface
Public Interface IConnectionMonitorsOperations

Methoden

BeginCreateOrUpdateWithHttpMessagesAsync(String, String, String, ConnectionMonitorInner, Dictionary<String,List<String>>, CancellationToken)

Erstellen oder Aktualisieren eines Verbindungsmonitors

BeginDeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht den angegebenen Verbindungsmonitor.

BeginQueryWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Fragen Sie eine Momentaufnahme der letzten Verbindungszustände ab.

BeginStartWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Startet den angegebenen Verbindungsmonitor.

BeginStopWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Beendet den angegebenen Verbindungsmonitor.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, ConnectionMonitorInner, Dictionary<String,List<String>>, CancellationToken)

Erstellen oder Aktualisieren eines Verbindungsmonitors

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Löscht den angegebenen Verbindungsmonitor.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Ruft einen Verbindungsmonitor anhand des Namens ab.

ListWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

QueryWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Fragen Sie eine Momentaufnahme der letzten Verbindungszustände ab.

StartWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Startet den angegebenen Verbindungsmonitor.

StopWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Beendet den angegebenen Verbindungsmonitor.

UpdateTagsWithHttpMessagesAsync(String, String, String, IDictionary<String,String>, Dictionary<String,List<String>>, CancellationToken)

Aktualisieren sie Tags des angegebenen Verbindungsmonitors.

Erweiterungsmethoden

BeginCreateOrUpdateAsync(IConnectionMonitorsOperations, String, String, String, ConnectionMonitorInner, CancellationToken)

Erstellen oder Aktualisieren eines Verbindungsmonitors

BeginDeleteAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Löscht den angegebenen Verbindungsmonitor.

BeginQueryAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Fragen Sie eine Momentaufnahme der letzten Verbindungszustände ab.

BeginStartAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Startet den angegebenen Verbindungsmonitor.

BeginStopAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Beendet den angegebenen Verbindungsmonitor.

CreateOrUpdateAsync(IConnectionMonitorsOperations, String, String, String, ConnectionMonitorInner, CancellationToken)

Erstellen oder Aktualisieren eines Verbindungsmonitors

DeleteAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Löscht den angegebenen Verbindungsmonitor.

GetAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Ruft einen Verbindungsmonitor anhand des Namens ab.

ListAsync(IConnectionMonitorsOperations, String, String, CancellationToken)

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

QueryAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Fragen Sie eine Momentaufnahme der letzten Verbindungszustände ab.

StartAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Startet den angegebenen Verbindungsmonitor.

StopAsync(IConnectionMonitorsOperations, String, String, String, CancellationToken)

Beendet den angegebenen Verbindungsmonitor.

UpdateTagsAsync(IConnectionMonitorsOperations, String, String, String, IDictionary<String,String>, CancellationToken)

Aktualisieren sie Tags des angegebenen Verbindungsmonitors.

Gilt für: