IWatcherOperations Interface

Definition

WatcherOperations operations.

public interface IWatcherOperations
type IWatcherOperations = interface
Public Interface IWatcherOperations

Methods

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

Create the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

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

Delete the watcher by name. http://aka.ms/azureautomationsdk/watcheroperations

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

Retrieve the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

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

Retrieve a list of watchers. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<Watcher>, Dictionary<String,List<String>>, CancellationToken)

Retrieve a list of watchers. http://aka.ms/azureautomationsdk/watcheroperations

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

Resume the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

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

Resume the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

UpdateWithHttpMessagesAsync(String, String, String, WatcherUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

Update the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

Extension Methods

CreateOrUpdate(IWatcherOperations, String, String, String, Watcher)

Create the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

CreateOrUpdateAsync(IWatcherOperations, String, String, String, Watcher, CancellationToken)

Create the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

Delete(IWatcherOperations, String, String, String)

Delete the watcher by name. http://aka.ms/azureautomationsdk/watcheroperations

DeleteAsync(IWatcherOperations, String, String, String, CancellationToken)

Delete the watcher by name. http://aka.ms/azureautomationsdk/watcheroperations

Get(IWatcherOperations, String, String, String)

Retrieve the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

GetAsync(IWatcherOperations, String, String, String, CancellationToken)

Retrieve the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccount(IWatcherOperations, String, String, ODataQuery<Watcher>)

Retrieve a list of watchers. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccountAsync(IWatcherOperations, String, String, ODataQuery<Watcher>, CancellationToken)

Retrieve a list of watchers. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccountNext(IWatcherOperations, String)

Retrieve a list of watchers. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccountNextAsync(IWatcherOperations, String, CancellationToken)

Retrieve a list of watchers. http://aka.ms/azureautomationsdk/watcheroperations

Start(IWatcherOperations, String, String, String)

Resume the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

StartAsync(IWatcherOperations, String, String, String, CancellationToken)

Resume the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

Stop(IWatcherOperations, String, String, String)

Resume the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

StopAsync(IWatcherOperations, String, String, String, CancellationToken)

Resume the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

Update(IWatcherOperations, String, String, String, WatcherUpdateParameters)

Update the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

UpdateAsync(IWatcherOperations, String, String, String, WatcherUpdateParameters, CancellationToken)

Update the watcher identified by watcher name. http://aka.ms/azureautomationsdk/watcheroperations

Applies to