WebhookOperationsExtensions.CreateOrUpdateAsync 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateResponse> CreateOrUpdateAsync (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccount, Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters parameters);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Automation.IWebhookOperations * string * string * Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateResponse>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IWebhookOperations, resourceGroupName As String, automationAccount As String, parameters As WebhookCreateOrUpdateParameters) As Task(Of WebhookCreateOrUpdateResponse)
參數
- operations
- IWebhookOperations
- resourceGroupName
- String
- automationAccount
- String
- parameters
- WebhookCreateOrUpdateParameters
傳回
適用於
CreateOrUpdateAsync(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters, CancellationToken)
建立 Webhook 名稱所識別的 Webhook。 http://aka.ms/azureautomationsdk/webhookoperations
public static System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Webhook> CreateOrUpdateAsync (this Microsoft.Azure.Management.Automation.IWebhookOperations operations, string resourceGroupName, string automationAccountName, string webhookName, Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters parameters, System.Threading.CancellationToken cancellationToken = default);
static member CreateOrUpdateAsync : Microsoft.Azure.Management.Automation.IWebhookOperations * string * string * string * Microsoft.Azure.Management.Automation.Models.WebhookCreateOrUpdateParameters * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.Automation.Models.Webhook>
<Extension()>
Public Function CreateOrUpdateAsync (operations As IWebhookOperations, resourceGroupName As String, automationAccountName As String, webhookName As String, parameters As WebhookCreateOrUpdateParameters, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Webhook)
參數
- operations
- IWebhookOperations
這個擴充方法的作業群組。
- resourceGroupName
- String
Azure 資源群組的名稱。
- automationAccountName
- String
自動化帳戶的名稱。
- webhookName
- String
Webhook 名稱。
- parameters
- WebhookCreateOrUpdateParameters
Webhook 的建立或更新參數。
- cancellationToken
- CancellationToken
取消語彙基元。