Partager via


AutomationWatcherCollection.CreateOrUpdateAsync Méthode

Définition

Créez l’observateur identifié par le nom de l’observateur.

  • Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}
  • IdWatcher_CreateOrUpdate d’opération
public virtual System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationWatcherResource>> CreateOrUpdateAsync (Azure.WaitUntil waitUntil, string watcherName, Azure.ResourceManager.Automation.AutomationWatcherData data, System.Threading.CancellationToken cancellationToken = default);
abstract member CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Automation.AutomationWatcherData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationWatcherResource>>
override this.CreateOrUpdateAsync : Azure.WaitUntil * string * Azure.ResourceManager.Automation.AutomationWatcherData * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.ResourceManager.ArmOperation<Azure.ResourceManager.Automation.AutomationWatcherResource>>
Public Overridable Function CreateOrUpdateAsync (waitUntil As WaitUntil, watcherName As String, data As AutomationWatcherData, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ArmOperation(Of AutomationWatcherResource))

Paramètres

waitUntil
WaitUntil

Completed si la méthode doit attendre la fin de l’opération de longue durée sur le service ; Started s’il doit retourner après le démarrage de l’opération. Pour plus d’informations sur les opérations de longue durée, consultez Exemples d’opérations Azure.Core Long-Running.

watcherName
String

Nom de l’observateur.

data
AutomationWatcherData

Paramètres de création ou de mise à jour pour l’observateur.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Exceptions

watcherName est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.

watcherName ou data est null.

S’applique à