Partager via


IAnnotationsOperations Interface

Définition

Opérations AnnotationsOperations.

public interface IAnnotationsOperations
type IAnnotationsOperations = interface
Public Interface IAnnotationsOperations

Méthodes

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

Créer une annotation d’un composant Application Insights.

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

Supprimer une annotation d’un composant Application Insights.

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

Obtient l’annotation pour un ID donné.

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

Obtient la liste des annotations pour un composant pour un intervalle de temps donné

Méthodes d’extension

Create(IAnnotationsOperations, String, String, Annotation)

Créer une annotation d’un composant Application Insights.

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

Créer une annotation d’un composant Application Insights.

Delete(IAnnotationsOperations, String, String, String)

Supprimer une annotation d’un composant Application Insights.

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

Supprimer une annotation d’un composant Application Insights.

Get(IAnnotationsOperations, String, String, String)

Obtient l’annotation pour un ID donné.

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

Obtient l’annotation pour un ID donné.

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

Obtient la liste des annotations pour un composant pour un intervalle de temps donné

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

Obtient la liste des annotations pour un composant pour un intervalle de temps donné

S’applique à