次の方法で共有


ScheduledActionResource.RunByScopeAsync(CancellationToken) メソッド

定義

指定されたスコープ内で共有のスケジュールされたアクションを実行します。

  • 要求パス/{scope}/providers/Microsoft.CostManagement/scheduledActions/{name}/execute
  • 操作IdScheduledActions_RunByScope
public virtual System.Threading.Tasks.Task<Azure.Response> RunByScopeAsync (System.Threading.CancellationToken cancellationToken = default);
abstract member RunByScopeAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.RunByScopeAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function RunByScopeAsync (Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

cancellationToken
CancellationToken

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

戻り値

適用対象