WebhookOperationsExtensions.CreateOrUpdate Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters) | |
CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters) |
Web kancası adıyla tanımlanan web kancasını oluşturun. 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
Parametreler
- operations
- IWebhookOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- WebhookCreateOrUpdateParameters
Döndürülenler
Şunlara uygulanır
CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters)
Web kancası adıyla tanımlanan web kancasını oluşturun. 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
Parametreler
- operations
- IWebhookOperations
Bu uzantı yönteminin işlem grubu.
- resourceGroupName
- String
Azure Kaynak grubunun adı.
- automationAccountName
- String
Otomasyon hesabının adı.
- webhookName
- String
Web kancası adı.
- parameters
- WebhookCreateOrUpdateParameters
Web kancası için oluşturma veya güncelleştirme parametreleri.
Döndürülenler
Şunlara uygulanır
GitHub'da bizimle işbirliği yapın
Bu içeriğin kaynağı GitHub'da bulunabilir; burada ayrıca sorunları ve çekme isteklerini oluşturup gözden geçirebilirsiniz. Daha fazla bilgi için katkıda bulunan kılavuzumuzu inceleyin.
Azure SDK for .NET