次の方法で共有


ApplicationInsightsComponentResource.GetPurgeStatusAsync メソッド

定義

進行中の消去操作の状態を取得します。

  • 要求パス/サブスクリプション/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/operations/{purgeId}
  • 操作IdComponents_GetPurgeStatus
public virtual System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeStatusResponse>> GetPurgeStatusAsync (string purgeId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetPurgeStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeStatusResponse>>
override this.GetPurgeStatusAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response<Azure.ResourceManager.ApplicationInsights.Models.ComponentPurgeStatusResponse>>
Public Overridable Function GetPurgeStatusAsync (purgeId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response(Of ComponentPurgeStatusResponse))

パラメーター

purgeId
String

消去状態要求では、これは、状態が返される操作の ID です。

cancellationToken
CancellationToken

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

戻り値

例外

purgeId は空の文字列であり、空でないと想定されていました。

purgeId が null です。

適用対象