AutomationAccountResource.GetAutomationWebhook 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 le webhook identifié par le nom du webhook.
- Chemin/abonnements de la demande/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}
- IdWebhook_Get d’opération
public virtual Azure.Response<Azure.ResourceManager.Automation.AutomationWebhookResource> GetAutomationWebhook (string webhookName, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAutomationWebhook : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationWebhookResource>
override this.GetAutomationWebhook : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.Automation.AutomationWebhookResource>
Public Overridable Function GetAutomationWebhook (webhookName As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of AutomationWebhookResource)
Paramètres
- webhookName
- String
Nom du webhook.
- cancellationToken
- CancellationToken
Jeton d’annulation à utiliser.
Retours
Exceptions
webhookName
est une chaîne vide, et on s’attendait à ce qu’elle ne soit pas vide.
webhookName
a la valeur null.