ComponentsOperationsExtensions.GetPurgeStatus Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.