IWatcherOperations Interfaz

Definición

Operaciones watcherOperations.

public interface IWatcherOperations
type IWatcherOperations = interface
Public Interface IWatcherOperations

Métodos

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

Cree el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Elimine el monitor por nombre. http://aka.ms/azureautomationsdk/watcheroperations

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

Recupere el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Recupera una lista de monitores. http://aka.ms/azureautomationsdk/watcheroperations

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

Recupera una lista de monitores. http://aka.ms/azureautomationsdk/watcheroperations

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

Reanude el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Reanude el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Actualice el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

Métodos de extensión

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

Cree el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Cree el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

Delete(IWatcherOperations, String, String, String)

Elimine el monitor por nombre. http://aka.ms/azureautomationsdk/watcheroperations

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

Elimine el monitor por nombre. http://aka.ms/azureautomationsdk/watcheroperations

Get(IWatcherOperations, String, String, String)

Recupere el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Recupere el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Recupera una lista de monitores. http://aka.ms/azureautomationsdk/watcheroperations

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

Recupera una lista de monitores. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccountNext(IWatcherOperations, String)

Recupera una lista de monitores. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccountNextAsync(IWatcherOperations, String, CancellationToken)

Recupera una lista de monitores. http://aka.ms/azureautomationsdk/watcheroperations

Start(IWatcherOperations, String, String, String)

Reanude el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Reanude el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

Stop(IWatcherOperations, String, String, String)

Reanude el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Reanude el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Actualice el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

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

Actualice el monitor identificado por el nombre del monitor. http://aka.ms/azureautomationsdk/watcheroperations

Se aplica a