Freigeben über


AutomationAccountResource.GetAutomationWebhook Methode

Definition

Rufen Sie den Webhook ab, der durch den Namen des Webhooks identifiziert wird.

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks/{webhookName}
  • Vorgangs-IdWebhook_Get
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)

Parameter

webhookName
String

Der Webhookname.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

webhookName ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

webhookName ist NULL.

Gilt für: