次の方法で共有


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

定義

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

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

パラメーター

filter
String

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

cancellationToken
CancellationToken

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

戻り値

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

適用対象