WebhookOperationsExtensions.Get Method

Definition

Retrieve the webhook identified by webhook name. 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

Parameters

operations
IWebhookOperations

The operations group for this extension method.

resourceGroupName
String

Name of an Azure Resource group.

automationAccountautomationAccountName
String
webhookName
String

The webhook name.

Returns

Applies to