Freigeben über


ApplicationInsightsComponentResource.DeleteAnnotation Methode

Definition

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}
  • Vorgang IdAnnotations_Delete
public virtual Azure.Response DeleteAnnotation (string annotationId, System.Threading.CancellationToken cancellationToken = default);
abstract member DeleteAnnotation : string * System.Threading.CancellationToken -> Azure.Response
override this.DeleteAnnotation : string * System.Threading.CancellationToken -> Azure.Response
Public Overridable Function DeleteAnnotation (annotationId As String, Optional cancellationToken As CancellationToken = Nothing) As 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: