AutomationAccountResource.GetAutomationWatcher 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 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.