次の方法で共有


AutomationWebhookCollection.GetAll(String, CancellationToken) メソッド

定義

Webhook の一覧を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Automation/automationAccounts/{automationAccountName}/webhooks
  • 操作IdWebhook_ListByAutomationAccount
public virtual Azure.Pageable<Azure.ResourceManager.Automation.AutomationWebhookResource> GetAll (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationWebhookResource>
override this.GetAll : string * System.Threading.CancellationToken -> Azure.Pageable<Azure.ResourceManager.Automation.AutomationWebhookResource>
Public Overridable Function GetAll (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Pageable(Of AutomationWebhookResource)

パラメーター

filter
String

操作に適用するフィルター。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の AutomationWebhookResource サービス要求を受け取る可能性がある のコレクション。

適用対象