다음을 통해 공유


WebhookOperationsExtensions 클래스

정의

WebhookOperations에 대한 확장 메서드입니다.

public static class WebhookOperationsExtensions
type WebhookOperationsExtensions = class
Public Module WebhookOperationsExtensions
상속
WebhookOperationsExtensions

메서드

CreateOrUpdate(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters)

웹후크 이름으로 식별되는 웹후크를 만듭니다. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations에 대한 확장 메서드입니다.

CreateOrUpdateAsync(IWebhookOperations, String, String, String, WebhookCreateOrUpdateParameters, CancellationToken)

웹후크 이름으로 식별되는 웹후크를 만듭니다. http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations에 대한 확장 메서드입니다.

Delete(IWebhookOperations, String, String, String)

이름으로 웹후크를 삭제합니다. http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

WebhookOperations에 대한 확장 메서드입니다.

DeleteAsync(IWebhookOperations, String, String, String, CancellationToken)

이름으로 웹후크를 삭제합니다. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

웹후크를 만드는 데 사용할 URI를 생성합니다. http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

WebhookOperations에 대한 확장 메서드입니다.

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

웹후크를 만드는 데 사용할 URI를 생성합니다. http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

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

GetAsync(IWebhookOperations, String, String, String)

WebhookOperations에 대한 확장 메서드입니다.

GetAsync(IWebhookOperations, String, String, String, CancellationToken)

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

List(IWebhookOperations, String, String, String)

WebhookOperations에 대한 확장 메서드입니다.

ListAsync(IWebhookOperations, String, String, String)

WebhookOperations에 대한 확장 메서드입니다.

ListByAutomationAccount(IWebhookOperations, String, String, ODataQuery<Webhook>)

웹후크 목록을 검색합니다. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountAsync(IWebhookOperations, String, String, ODataQuery<Webhook>, CancellationToken)

웹후크 목록을 검색합니다. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

웹후크 목록을 검색합니다. http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

웹후크 목록을 검색합니다. http://aka.ms/azureautomationsdk/webhookoperations

ListNext(IWebhookOperations, String)

WebhookOperations에 대한 확장 메서드입니다.

ListNextAsync(IWebhookOperations, String)

WebhookOperations에 대한 확장 메서드입니다.

Patch(IWebhookOperations, String, String, WebhookPatchParameters)

WebhookOperations에 대한 확장 메서드입니다.

PatchAsync(IWebhookOperations, String, String, WebhookPatchParameters)

WebhookOperations에 대한 확장 메서드입니다.

Update(IWebhookOperations, String, String, String, WebhookUpdateParameters)

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

UpdateAsync(IWebhookOperations, String, String, String, WebhookUpdateParameters, CancellationToken)

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

적용 대상