Share via


WatcherOperationsExtensions Třída

Definice

Rozšiřující metody pro WatcherOperations.

public static class WatcherOperationsExtensions
type WatcherOperationsExtensions = class
Public Module WatcherOperationsExtensions
Dědičnost
WatcherOperationsExtensions

Metody

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

Vytvořte sledovací proces identifikovaný názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

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

Vytvořte sledovací proces identifikovaný názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

Delete(IWatcherOperations, String, String, String)

Odstraňte sledovací proces podle názvu. http://aka.ms/azureautomationsdk/watcheroperations

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

Odstraňte sledovací proces podle názvu. http://aka.ms/azureautomationsdk/watcheroperations

Get(IWatcherOperations, String, String, String)

Načte sledovací proces identifikovaný názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

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

Načte sledovací proces identifikovaný názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

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

Načte seznam sledovacích procesů. http://aka.ms/azureautomationsdk/watcheroperations

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

Načte seznam sledovacích procesů. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccountNext(IWatcherOperations, String)

Načte seznam sledovacích procesů. http://aka.ms/azureautomationsdk/watcheroperations

ListByAutomationAccountNextAsync(IWatcherOperations, String, CancellationToken)

Načte seznam sledovacích procesů. http://aka.ms/azureautomationsdk/watcheroperations

Start(IWatcherOperations, String, String, String)

Pokračujte ve sledovacím procesu identifikovaném názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

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

Pokračujte ve sledovacím procesu identifikovaném názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

Stop(IWatcherOperations, String, String, String)

Pokračujte ve sledovacím procesu identifikovaném názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

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

Pokračujte ve sledovacím procesu identifikovaném názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

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

Aktualizujte sledovací proces identifikovaný názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

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

Aktualizujte sledovací proces identifikovaný názvem sledovacího procesu. http://aka.ms/azureautomationsdk/watcheroperations

Platí pro