Partager via


ComponentsOperationsExtensions.GetPurgeStatusAsync Méthode

Définition

Obtenez status pour une opération de vidage en cours.

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)

Paramètres

operations
IComponentsOperations

Groupe d’opérations pour cette méthode d’extension.

resourceGroupName
String

Nom du groupe de ressources. Le nom ne respecte pas la casse.

resourceName
String

Nom de la ressource du composant Application Insights.

purgeId
String

Dans une demande de vidage status, il s’agit de l’ID de l’opération dont le status est retourné.

cancellationToken
CancellationToken

Jeton d'annulation.

Retours

S’applique à