Megosztás a következőn keresztül:


WebhookOperationsExtensions.Get Metódus

Definíció

Kérje le a webhook nevével azonosított webhookot. 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

Paraméterek

operations
IWebhookOperations

A bővítménymetódus műveleti csoportja.

resourceGroupName
String

Egy Azure-erőforráscsoport neve.

automationAccountautomationAccountName
String
webhookName
String

A webhook neve.

Válaszok

A következőre érvényes: