AutomationAccountResource.GetAutomationWatcherAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Récupérez 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_Get d’opération
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationWatcherResource>> GetAutomationWatcherAsync (string watcherName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationWatcherAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationWatcherResource>>
override this.GetAutomationWatcherAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.Automation.AutomationWatcherResource>>
Public Overridable Function GetAutomationWatcherAsync (watcherName As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of AutomationWatcherResource))
Paramètres
- watcherName
- String
Nom de 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
a la valeur null.