次の方法で共有


ScheduledActionCollection.GetAllAsync(String, CancellationToken) メソッド

定義

指定されたスコープ内のすべての共有スケジュールされたアクションを一覧表示します。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions
  • 操作IdScheduledActions_ListByScope
public virtual Azure.AsyncPageable<Azure.ResourceManager.CostManagement.ScheduledActionResource> GetAllAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.ScheduledActionResource>
override this.GetAllAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.CostManagement.ScheduledActionResource>
Public Overridable Function GetAllAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ScheduledActionResource)

パラメーター

filter
String

スケジュールされたアクションをプロパティ/viewId でフィルター処理するために使用できます。 サポートされている演算子は 'eq' です。

cancellationToken
CancellationToken

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

戻り値

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

適用対象