Compartir a través de


ComponentsOperationsExtensions.GetPurgeStatusAsync Método

Definición

Obtenga el estado de una operación de purga en curso.

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)

Parámetros

operations
IComponentsOperations

Grupo de operaciones para este método de extensión.

resourceGroupName
String

Nombre del grupo de recursos. El nombre distingue mayúsculas de minúsculas.

resourceName
String

Nombre del recurso de componente de Application Insights.

purgeId
String

En una solicitud de estado de purga, se trata del identificador de la operación cuyo estado se devuelve.

cancellationToken
CancellationToken

Token de cancelación.

Devoluciones

Se aplica a