WebhookOperationsExtensions.CreateOrUpdate Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
Overloads
CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters) | |
CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters) |
Maak de webhook die wordt geïdentificeerd door de naam van de 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
Parameters
- operations
- IWebhookOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- WebhookCreateOrUpdateParameters
Retouren
Van toepassing op
CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters)
Maak de webhook die wordt geïdentificeerd door de naam van de 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
Parameters
- operations
- IWebhookOperations
De bewerkingsgroep voor deze extensiemethode.
- resourceGroupName
- String
Naam van een Azure-resourcegroep.
- automationAccountName
- String
De naam van het Automation-account.
- webhookName
- String
De naam van de webhook.
- parameters
- WebhookCreateOrUpdateParameters
De parameters voor maken of bijwerken voor webhook.
Retouren
Van toepassing op
Azure SDK for .NET