Freigeben über


ApplicationInsightsComponentResource.DeleteAnnotationAsync Methode

Definition

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

  • Anforderungspfad/abonnements/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}
  • Vorgangs-IdAnnotations_Delete
public virtual System.Threading.Tasks.Task<Azure.Response> DeleteAnnotationAsync (string annotationId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAnnotationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
override this.DeleteAnnotationAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Azure.Response>
Public Overridable Function DeleteAnnotationAsync (annotationId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Response)

Parameter

annotationId
String

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

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Ausnahmen

annotationId ist eine leere Zeichenfolge und wurde erwartet, dass sie nicht leer ist.

annotationId ist NULL.

Gilt für: