WebhookOperationsExtensions.Get Método

Definición

Recupere el webhook identificado por el nombre del webhook. http://aka.ms/azureautomationsdk/webhookoperations

public static Microsoft.Azure.Management.Automation.Models.WebhookGetResponse Get (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccount, string webhookName);
public static Microsoft.Azure.Management.Automation.Models.Webhook Get (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccountName, string webhookName);
static member Get : Microsoft.Azure.Management.Automation.IWebhookOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.WebhookGetResponse
static member Get : Microsoft.Azure.Management.Automation.IWebhookOperations * string * string * string -> Microsoft.Azure.Management.Automation.Models.Webhook
<Extension()>
Public Function Get (operations As IWebhookOperations, resourceGroupName As String, automationAccount As String, webhookName As String) As WebhookGetResponse
<Extension()>
Public Function Get (operations As IWebhookOperations, resourceGroupName As String, automationAccountName As String, webhookName As String) As Webhook

Parámetros

operations
IWebhookOperations

El grupo de operaciones de este método de extensión.

resourceGroupName
String

Nombre de un grupo de recursos de Azure.

automationAccountautomationAccountName
String
webhookName
String

Nombre del webhook.

Devoluciones

Se aplica a