WebhookOperationsExtensions クラス

定義

WebhookOperations の拡張メソッド。

public static class WebhookOperationsExtensions
type WebhookOperationsExtensions = class
Public Module WebhookOperationsExtensions
継承
WebhookOperationsExtensions

メソッド

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

webhook 名で識別される webhook を作成します。 http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdate(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations の拡張メソッド。

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

webhook 名で識別される webhook を作成します。 http://aka.ms/azureautomationsdk/webhookoperations

CreateOrUpdateAsync(IWebhookOperations, String, String, WebhookCreateOrUpdateParameters)

WebhookOperations の拡張メソッド。

Delete(IWebhookOperations, String, String, String)

名前で webhook を削除します。 http://aka.ms/azureautomationsdk/webhookoperations

DeleteAsync(IWebhookOperations, String, String, String)

WebhookOperations の拡張メソッド。

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

名前で webhook を削除します。 http://aka.ms/azureautomationsdk/webhookoperations

GenerateUri(IWebhookOperations, String, String)

Webhook の作成に使用する Uri を生成します。 http://aka.ms/azureautomationsdk/webhookoperations

GenerateUriAsync(IWebhookOperations, String, String)

WebhookOperations の拡張メソッド。

GenerateUriAsync(IWebhookOperations, String, String, CancellationToken)

Webhook の作成に使用する Uri を生成します。 http://aka.ms/azureautomationsdk/webhookoperations

Get(IWebhookOperations, String, String, String)

webhook 名で識別される webhook を取得します。 http://aka.ms/azureautomationsdk/webhookoperations

GetAsync(IWebhookOperations, String, String, String)

WebhookOperations の拡張メソッド。

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

webhook 名で識別される webhook を取得します。 http://aka.ms/azureautomationsdk/webhookoperations

List(IWebhookOperations, String, String, String)

WebhookOperations の拡張メソッド。

ListAsync(IWebhookOperations, String, String, String)

WebhookOperations の拡張メソッド。

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

Webhook の一覧を取得します。 http://aka.ms/azureautomationsdk/webhookoperations

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

Webhook の一覧を取得します。 http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNext(IWebhookOperations, String)

Webhook の一覧を取得します。 http://aka.ms/azureautomationsdk/webhookoperations

ListByAutomationAccountNextAsync(IWebhookOperations, String, CancellationToken)

Webhook の一覧を取得します。 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)

webhook 名で識別される webhook を更新します。 http://aka.ms/azureautomationsdk/webhookoperations

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

webhook 名で識別される webhook を更新します。 http://aka.ms/azureautomationsdk/webhookoperations

適用対象