Compartilhar via


WebhookOperationsExtensions.CreateOrUpdate Método

Definição

Sobrecargas

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)
CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters)

Crie o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

public static Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateResponse CreateOrUpdate (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters parameters);
static member CreateOrUpdate : Microsoft.Azure.Management.Automation.IWebhookOperations * string * string * Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters -> Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateResponse
<Extension()>
Public Function CreateOrUpdate (operations As IWebhookOperations, resourceGroupName As String, automationAccount As String, parameters As WebhookCreateOrUpdateParameters) As WebhookCreateOrUpdateResponse

Parâmetros

operations
IWebhookOperations
resourceGroupName
String
automationAccount
String

Retornos

Aplica-se a

CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters)

Crie o webhook identificado pelo nome do webhook. http://aka.ms/azureautomationsdk/webhookoperations

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

Parâmetros

operations
IWebhookOperations

O grupo de operações para esse método de extensão.

resourceGroupName
String

Nome de um grupo de recursos do Azure.

automationAccountName
String

O nome da conta de automação.

webhookName
String

O nome do webhook.

parameters
WebhookCreateOrUpdateParameters

Os parâmetros de criação ou atualização para webhook.

Retornos

Aplica-se a