Freigeben über


AnnotationsOperationsExtensions.DeleteAsync Methode

Definition

Löschen Sie eine Anmerkung einer Application Insights-Komponente.

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

Parameter

operations
IAnnotationsOperations

Die Vorgangsgruppe für diese Erweiterungsmethode.

resourceGroupName
String

Der Name der Ressourcengruppe. Für den Namen wird die Groß-/Kleinschreibung nicht beachtet.

resourceName
String

Der Name der Application Insights-Komponentenressource.

annotationId
String

Die eindeutige Anmerkungs-ID. Dies ist innerhalb einer Application Insights-Komponente eindeutig.

cancellationToken
CancellationToken

Das Abbruchtoken.

Gibt zurück

Gilt für: