다음을 통해 공유


WebhookOperationsExtensions.Update 메서드

정의

웹후크 이름으로 식별된 웹후크를 업데이트합니다. http://aka.ms/azureautomationsdk/webhookoperations

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

매개 변수

operations
IWebhookOperations

이 확장 메서드에 대한 작업 그룹입니다.

resourceGroupName
String

Azure 리소스 그룹의 이름입니다.

automationAccountName
String

자동화 계정의 이름입니다.

webhookName
String

웹후크 이름입니다.

parameters
WebhookUpdateParameters

웹후크의 업데이트 매개 변수입니다.

반환

적용 대상