ConnectionMonitorsOperationsExtensions Class

Definition

Extension methods for ConnectionMonitorsOperations.

public static class ConnectionMonitorsOperationsExtensions
type ConnectionMonitorsOperationsExtensions = class
Public Module ConnectionMonitorsOperationsExtensions
Inheritance
ConnectionMonitorsOperationsExtensions

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