C# 클래스 Microsoft.Azure.Commands.Automation.Model.Webhook

파일 보기 프로젝트 열기: Azure/azure-powershell

공개 메소드들

메소드 설명
Webhook ( string resourceGroupName, string automationAccountName, Azure webhook, string webhookUri = "" ) : Microsoft.Azure.Commands.Automation.Common

Initializes a new instance of the Module class.

메소드 상세

Webhook() 공개 메소드

Initializes a new instance of the Module class.
public Webhook ( string resourceGroupName, string automationAccountName, Azure webhook, string webhookUri = "" ) : Microsoft.Azure.Commands.Automation.Common
resourceGroupName string /// The resource group name. ///
automationAccountName string /// The account name. ///
webhook Azure /// The Webhook. ///
webhookUri string /// The Webhook URI ///
리턴 Microsoft.Azure.Commands.Automation.Common