IConnectionMonitorsOperations Interface

Definition

ConnectionMonitorsOperations operations.

public interface IConnectionMonitorsOperations
type IConnectionMonitorsOperations = interface
Public Interface IConnectionMonitorsOperations

Methods

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

Create or update a connection monitor.

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

Deletes the specified connection monitor.

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

Query a snapshot of the most recent connection states.

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

Starts the specified connection monitor.

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

Stops the specified connection monitor.

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

Create or update a connection monitor.

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

Deletes the specified connection monitor.

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

Gets a connection monitor by name.

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

Lists all connection monitors for the specified Network Watcher.

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

Query a snapshot of the most recent connection states.

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

Starts the specified connection monitor.

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

Stops the specified connection monitor.

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

Update tags of the specified connection monitor.

Extension Methods

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

Create or update a connection monitor.

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

Deletes the specified connection monitor.

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

Query a snapshot of the most recent connection states.

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

Starts the specified connection monitor.

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

Stops the specified connection monitor.

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

Create or update a connection monitor.

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

Deletes the specified connection monitor.

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

Gets a connection monitor by name.

ListAsync(IConnectionMonitorsOperations, String, String, CancellationToken)

Lists all connection monitors for the specified Network Watcher.

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

Query a snapshot of the most recent connection states.

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

Starts the specified connection monitor.

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

Stops the specified connection monitor.

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

Update tags of the specified connection monitor.

Applies to