WebhookOperationsExtensions.CreateOrUpdate Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters) | |
CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters) |
Erstellen Sie den durch den Webhooknamen identifizierten 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
Parameter
- operations
- IWebhookOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- WebhookCreateOrUpdateParameters
Gibt zurück
Gilt für:
CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters)
Erstellen Sie den durch den Webhooknamen identifizierten 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
Parameter
- operations
- IWebhookOperations
Die Vorgangsgruppe für diese Erweiterungsmethode.
- resourceGroupName
- String
Name einer Azure-Ressourcengruppe.
- automationAccountName
- String
Der Name des Automation-Kontos.
- webhookName
- String
Der Webhookname.
- parameters
- WebhookCreateOrUpdateParameters
Das Erstellen oder Aktualisieren von Parametern für den Webhook.
Gibt zurück
Gilt für:
Azure SDK for .NET