Partager via


AutomationAccountResource.GetAutomationWatcherAsync Méthode

Définition

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.

S’applique à