다음을 통해 공유


WebhookOperations class

WebhookOperations를 나타내는 클래스입니다.

생성자

WebhookOperations(AutomationClientContext)

WebhookOperations를 만듭니다.

메서드

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase)

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

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)
createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, ServiceCallback<Webhook>)
deleteMethod(string, string, string, RequestOptionsBase)

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

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)
deleteMethod(string, string, string, ServiceCallback<void>)
generateUri(string, string, RequestOptionsBase)

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

generateUri(string, string, RequestOptionsBase, ServiceCallback<string>)
generateUri(string, string, ServiceCallback<string>)
get(string, string, string, RequestOptionsBase)

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

get(string, string, string, RequestOptionsBase, ServiceCallback<Webhook>)
get(string, string, string, ServiceCallback<Webhook>)
listByAutomationAccount(string, string, ServiceCallback<WebhookListResult>)
listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

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

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams, ServiceCallback<WebhookListResult>)
listByAutomationAccountNext(string, RequestOptionsBase)

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

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WebhookListResult>)
listByAutomationAccountNext(string, ServiceCallback<WebhookListResult>)
update(string, string, string, WebhookUpdateParameters, RequestOptionsBase)

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

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)
update(string, string, string, WebhookUpdateParameters, ServiceCallback<Webhook>)

생성자 세부 정보

WebhookOperations(AutomationClientContext)

WebhookOperations를 만듭니다.

new WebhookOperations(client: AutomationClientContext)

매개 변수

client
AutomationClientContext

서비스 클라이언트에 대한 참조입니다.

메서드 세부 정보

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase)

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

parameters
WebhookCreateOrUpdateParameters

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebhookCreateOrUpdateResponse>

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

parameters
WebhookCreateOrUpdateParameters

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Webhook>

콜백

createOrUpdate(string, string, string, WebhookCreateOrUpdateParameters, ServiceCallback<Webhook>)

function createOrUpdate(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookCreateOrUpdateParameters, callback: ServiceCallback<Webhook>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

parameters
WebhookCreateOrUpdateParameters

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

callback

ServiceCallback<Webhook>

콜백

deleteMethod(string, string, string, RequestOptionsBase)

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

function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: RequestOptionsBase): Promise<RestResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<RestResponse>

Promise<msRest.RestResponse>

deleteMethod(string, string, string, RequestOptionsBase, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, options: RequestOptionsBase, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<void>

콜백

deleteMethod(string, string, string, ServiceCallback<void>)

function deleteMethod(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: ServiceCallback<void>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

callback

ServiceCallback<void>

콜백

generateUri(string, string, RequestOptionsBase)

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebhookGenerateUriResponse>

generateUri(string, string, RequestOptionsBase, ServiceCallback<string>)

function generateUri(resourceGroupName: string, automationAccountName: string, options: RequestOptionsBase, callback: ServiceCallback<string>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<string>

콜백

generateUri(string, string, ServiceCallback<string>)

function generateUri(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<string>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

callback

ServiceCallback<string>

콜백

get(string, string, string, RequestOptionsBase)

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

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options?: RequestOptionsBase): Promise<WebhookGetResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebhookGetResponse>

get(string, string, string, RequestOptionsBase, ServiceCallback<Webhook>)

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Webhook>

콜백

get(string, string, string, ServiceCallback<Webhook>)

function get(resourceGroupName: string, automationAccountName: string, webhookName: string, callback: ServiceCallback<Webhook>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

callback

ServiceCallback<Webhook>

콜백

listByAutomationAccount(string, string, ServiceCallback<WebhookListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, callback: ServiceCallback<WebhookListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams)

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

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options?: WebhookListByAutomationAccountOptionalParams): Promise<WebhookListByAutomationAccountResponse>

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
WebhookListByAutomationAccountOptionalParams

선택적 매개 변수

반환

Promise<Models.WebhookListByAutomationAccountResponse>

listByAutomationAccount(string, string, WebhookListByAutomationAccountOptionalParams, ServiceCallback<WebhookListResult>)

function listByAutomationAccount(resourceGroupName: string, automationAccountName: string, options: WebhookListByAutomationAccountOptionalParams, callback: ServiceCallback<WebhookListResult>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

options
WebhookListByAutomationAccountOptionalParams

선택적 매개 변수

listByAutomationAccountNext(string, RequestOptionsBase)

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

function listByAutomationAccountNext(nextPageLink: string, options?: RequestOptionsBase): Promise<WebhookListByAutomationAccountNextResponse>

매개 변수

nextPageLink

string

이전의 성공적인 목록 호출 작업의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebhookListByAutomationAccountNextResponse>

listByAutomationAccountNext(string, RequestOptionsBase, ServiceCallback<WebhookListResult>)

function listByAutomationAccountNext(nextPageLink: string, options: RequestOptionsBase, callback: ServiceCallback<WebhookListResult>)

매개 변수

nextPageLink

string

이전의 성공적인 목록 호출 작업의 NextLink입니다.

options
RequestOptionsBase

선택적 매개 변수

listByAutomationAccountNext(string, ServiceCallback<WebhookListResult>)

function listByAutomationAccountNext(nextPageLink: string, callback: ServiceCallback<WebhookListResult>)

매개 변수

nextPageLink

string

이전의 성공적인 목록 호출 작업의 NextLink입니다.

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase)

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

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

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

parameters
WebhookUpdateParameters

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

options
RequestOptionsBase

선택적 매개 변수

반환

Promise<Models.WebhookUpdateResponse>

update(string, string, string, WebhookUpdateParameters, RequestOptionsBase, ServiceCallback<Webhook>)

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, options: RequestOptionsBase, callback: ServiceCallback<Webhook>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

parameters
WebhookUpdateParameters

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

options
RequestOptionsBase

선택적 매개 변수

callback

ServiceCallback<Webhook>

콜백

update(string, string, string, WebhookUpdateParameters, ServiceCallback<Webhook>)

function update(resourceGroupName: string, automationAccountName: string, webhookName: string, parameters: WebhookUpdateParameters, callback: ServiceCallback<Webhook>)

매개 변수

resourceGroupName

string

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

automationAccountName

string

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

webhookName

string

웹후크 이름입니다.

parameters
WebhookUpdateParameters

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

callback

ServiceCallback<Webhook>

콜백