ComponentsOperationsExtensions.GetPurgeStatus Method

Definition

Get status for an ongoing purge operation.

public static Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeStatusResponse GetPurgeStatus (this Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations operations, string resourceGroupName, string resourceName, string purgeId);
static member GetPurgeStatus : Microsoft.Azure.Management.ApplicationInsights.Management.IComponentsOperations * string * string * string -> Microsoft.Azure.Management.ApplicationInsights.Management.Models.ComponentPurgeStatusResponse
<Extension()>
Public Function GetPurgeStatus (operations As IComponentsOperations, resourceGroupName As String, resourceName As String, purgeId As String) As 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.

Returns

Applies to