Compartir a través de


ApplicationInsightsComponentResource.DeleteAnnotationAsync Método

Definición

Elimine una anotación de un componente de Application Insights.

  • Ruta de acceso de solicitud/suscripciones/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/Annotations/{annotationId}
  • IdAnnotations_Delete de operaciones
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)

Parámetros

annotationId
String

Identificador de anotación único. Esto es único dentro de un componente de Application Insights.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Excepciones

annotationId es una cadena vacía y se esperaba que no estuviera vacía.

annotationId es null.

Se aplica a