Share via


WatcherOperationsExtensions Clase

Definición

Métodos de extensión para WatcherOperations.

public static class WatcherOperationsExtensions
type WatcherOperationsExtensions = class
Public Module WatcherOperationsExtensions
Herencia
WatcherOperationsExtensions

Métodos

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>)

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

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

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

ListByAutomationAccountNext(IWatcherOperations, String)

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

ListByAutomationAccountNextAsync(IWatcherOperations, String, CancellationToken)

Recuperar 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