다음을 통해 공유


WebhookOperations interface

WebhookOperations를 나타내는 인터페이스입니다.

메서드

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, WebhookCreateOrUpdateOptionalParams)

웹후크 이름으로 식별되는 웹후크를 만듭니다.

delete(string, string, string, WebhookDeleteOptionalParams)

이름으로 웹후크를 삭제합니다.

generateUri(string, string, WebhookGenerateUriOptionalParams)

웹후크를 만드는 데 사용할 URI를 생성합니다.

get(string, string, string, WebhookGetOptionalParams)

웹후크 이름으로 식별된 웹후크를 검색합니다.

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

웹후크 목록을 검색합니다.

update(string, string, string, WebhookUpdateParameters, WebhookUpdateOptionalParams)

웹후크 이름으로 식별된 웹후크를 업데이트합니다.

메서드 세부 정보

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, WebhookCreateOrUpdateOptionalParams)

웹후크 이름으로 식별되는 웹후크를 만듭니다.

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options?: WebhookCreateOrUpdateOptionalParams): Promise<Webhook>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

parameters
WebhookCreateOrUpdateParameters

웹후크에 대한 매개 변수 만들기 또는 업데이트입니다.

options
WebhookCreateOrUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Webhook>

delete(string, string, string, WebhookDeleteOptionalParams)

이름으로 웹후크를 삭제합니다.

function delete(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookDeleteOptionalParams): Promise<void>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

options
WebhookDeleteOptionalParams

옵션 매개 변수입니다.

반환

Promise<void>

generateUri(string, string, WebhookGenerateUriOptionalParams)

웹후크를 만드는 데 사용할 URI를 생성합니다.

function generateUri(resourceGroupName: string, automationAccountName: string, options?: WebhookGenerateUriOptionalParams): Promise<WebhookGenerateUriResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
WebhookGenerateUriOptionalParams

옵션 매개 변수입니다.

반환

get(string, string, string, WebhookGetOptionalParams)

웹후크 이름으로 식별된 웹후크를 검색합니다.

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: WebhookGetOptionalParams): Promise<Webhook>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

options
WebhookGetOptionalParams

옵션 매개 변수입니다.

반환

Promise<Webhook>

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

웹후크 목록을 검색합니다.

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WebhookListByAutomationAccountOptionalParams): PagedAsyncIterableIterator<Webhook, Webhook[], PageSettings>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
WebhookListByAutomationAccountOptionalParams

옵션 매개 변수입니다.

반환

update(string, string, string, WebhookUpdateParameters, WebhookUpdateOptionalParams)

웹후크 이름으로 식별된 웹후크를 업데이트합니다.

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options?: WebhookUpdateOptionalParams): Promise<Webhook>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

parameters
WebhookUpdateParameters

웹후크에 대한 업데이트 매개 변수입니다.

options
WebhookUpdateOptionalParams

옵션 매개 변수입니다.

반환

Promise<Webhook>