ComponentsOperationsExtensions.GetPurgeStatusAsync Method

Definition

Get status for an ongoing purge operation.

public static System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeStatusResponse> GetPurgeStatusAsync (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations operations, string resourceGroupName, string resourceName, string purgeId, System.Threading.CancellationToken cancellationToken = default);
static member GetPurgeStatusAsync : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations * string * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeStatusResponse>
<Extension()>
Public Function GetPurgeStatusAsync (operations As IComponentsOperations, resourceGroupName As String, resourceName As String, purgeId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of ComponentPurgeStatusResponse)

Parameters

operations
IComponentsOperations

The operations group for this extension method.

resourceGroupName
String

The name of the resource group. The name is case insensitive.

resourceName
String

The name of the Application Insights component resource.

purgeId
String

In a purge status request, this is the Id of the operation the status of which is returned.

cancellationToken
CancellationToken

The cancellation token.

Returns

Applies to