다음을 통해 공유


IWebhookOperations 인터페이스

정의

WebhookOperations 작업.

public interface IWebhookOperations
type IWebhookOperations = interface
Public Interface IWebhookOperations

메서드

CreateOrUpdateAsync(String, String, WebhookCreateOrUpdateParameters, CancellationToken)

WebhookOperations 작업.

CreateOrUpdateWithHttpMessagesAsync(String, String, String, WebhookCreateOrUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

DeleteAsync(String, String, String, CancellationToken)

WebhookOperations 작업.

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GenerateUriAsync(String, String, CancellationToken)

WebhookOperations 작업.

GenerateUriWithHttpMessagesAsync(String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetAsync(String, String, String, CancellationToken)

WebhookOperations 작업.

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

ListAsync(String, String, String, CancellationToken)

WebhookOperations 작업.

ListByAutomationAccountNextWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

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

ListByAutomationAccountWithHttpMessagesAsync(String, String, ODataQuery<Webhook>, Dictionary<String,List<String>>, CancellationToken)

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

ListNextAsync(String, CancellationToken)

WebhookOperations 작업.

PatchAsync(String, String, WebhookPatchParameters, CancellationToken)

WebhookOperations 작업.

UpdateWithHttpMessagesAsync(String, String, String, WebhookUpdateParameters, Dictionary<String,List<String>>, CancellationToken)

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

확장 메서드

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations 작업.

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

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

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations 작업.

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

웹후크 이름으로 식별되는 웹후크를 만듭니다. http://aka.ms/azureautomationsdk/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

적용 대상