次の方法で共有


DataBoxJobResource.MitigateAsync メソッド

定義

特定のジョブの軽減を要求する

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataBox/jobs/{jobName}/mitigate
  • 操作 IdMitigate
public virtual System.Threading.Tasks.Task<Azure.Response> MitigateAsync (Azure.ResourceManager.DataBox.Models.MitigateJobContent content, System.Threading.CancellationToken cancellationToken = default);
abstract member MitigateAsync : Azure.ResourceManager.DataBox.Models.MitigateJobContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.MitigateAsync : Azure.ResourceManager.DataBox.Models.MitigateJobContent * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function MitigateAsync (content As MitigateJobContent, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

パラメーター

content
MitigateJobContent

軽減策要求。

cancellationToken
CancellationToken

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

戻り値

例外

content が null です。

適用対象