Partager via


AutomationAccountResource.GetAutomationWatcher Méthode

Définition

Récupérez l’observateur identifié par le nom de l’observateur.

  • Chemin de la demande/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/watchers/{watcherName}
  • IdWatcher_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.Automation.AutomationWatcherResource> GetAutomationWatcher (string watcherName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationWatcher : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationWatcherResource>
override this.GetAutomationWatcher : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationWatcherResource>
Public Overridable Function GetAutomationWatcher (watcherName As String, Optional cancellationToken As CancellationToken = Nothing) As 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 devait être non vide.

watcherName a la valeur null.

S’applique à