Compartir a través de


IAnnotationsOperations Interfaz

Definición

Operaciones AnnotationsOperations.

public interface IAnnotationsOperations
type IAnnotationsOperations = interface
Public Interface IAnnotationsOperations

Métodos

CreateWithHttpMessagesAsync(String, String, Annotation, Dictionary<String,List<String>>, CancellationToken)

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

DeleteWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

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

GetWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtenga la anotación del identificador especificado.

ListWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Obtiene la lista de anotaciones de un componente para un intervalo de tiempo determinado.

Métodos de extensión

Create(IAnnotationsOperations, String, String, Annotation)

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

CreateAsync(IAnnotationsOperations, String, String, Annotation, CancellationToken)

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

Delete(IAnnotationsOperations, String, String, String)

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

DeleteAsync(IAnnotationsOperations, String, String, String, CancellationToken)

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

Get(IAnnotationsOperations, String, String, String)

Obtenga la anotación del identificador especificado.

GetAsync(IAnnotationsOperations, String, String, String, CancellationToken)

Obtenga la anotación del identificador especificado.

List(IAnnotationsOperations, String, String, String, String)

Obtiene la lista de anotaciones de un componente para un intervalo de tiempo determinado.

ListAsync(IAnnotationsOperations, String, String, String, String, CancellationToken)

Obtiene la lista de anotaciones de un componente para un intervalo de tiempo determinado.

Se aplica a