Sdílet prostřednictvím


WebhookOperationsExtensions.Get Metoda

Definice

Načte webhook identifikovaný názvem webhooku. 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

Parametry

operations
IWebhookOperations

Skupina operací pro tuto rozšiřující metodu.

resourceGroupName
String

Název skupiny prostředků Azure.

automationAccountautomationAccountName
String
webhookName
String

Název webhooku.

Návraty

Platí pro