Partager via


IApiIssueCommentOperations Interface

Définition

Opérations ApiIssueCommentOperations.

public interface IApiIssueCommentOperations
type IApiIssueCommentOperations = interface
Public Interface IApiIssueCommentOperations

Méthodes

CreateOrUpdateWithHttpMessagesAsync(String, String, String, String, String, IssueCommentContract, String, Dictionary<String,List<String>>, CancellationToken)

Crée un nouveau commentaire pour le problème dans une API ou le met jour.

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

Supprime le commentaire spécifié d’un problème.

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

Obtient la version d’état d’entité (Etag) du problème Comment pour une API spécifiée par son identificateur.

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

Obtient les détails du problème Comment pour une API spécifiée par son identificateur.

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

Répertorie tous les commentaires pour le problème associé à l’API spécifiée.

ListByServiceWithHttpMessagesAsync(String, String, String, String, ODataQuery<IssueCommentContract>, Dictionary<String,List<String>>, CancellationToken)

Répertorie tous les commentaires pour le problème associé à l’API spécifiée.

Méthodes d’extension

CreateOrUpdate(IApiIssueCommentOperations, String, String, String, String, String, IssueCommentContract, String)

Crée un nouveau commentaire pour le problème dans une API ou le met jour.

CreateOrUpdateAsync(IApiIssueCommentOperations, String, String, String, String, String, IssueCommentContract, String, CancellationToken)

Crée un nouveau commentaire pour le problème dans une API ou le met jour.

Delete(IApiIssueCommentOperations, String, String, String, String, String, String)

Supprime le commentaire spécifié d’un problème.

DeleteAsync(IApiIssueCommentOperations, String, String, String, String, String, String, CancellationToken)

Supprime le commentaire spécifié d’un problème.

Get(IApiIssueCommentOperations, String, String, String, String, String)

Obtient les détails du problème Comment pour une API spécifiée par son identificateur.

GetAsync(IApiIssueCommentOperations, String, String, String, String, String, CancellationToken)

Obtient les détails du problème Comment pour une API spécifiée par son identificateur.

GetEntityTag(IApiIssueCommentOperations, String, String, String, String, String)

Obtient la version d’état d’entité (Etag) du problème Comment pour une API spécifiée par son identificateur.

GetEntityTagAsync(IApiIssueCommentOperations, String, String, String, String, String, CancellationToken)

Obtient la version d’état d’entité (Etag) du problème Comment pour une API spécifiée par son identificateur.

ListByService(IApiIssueCommentOperations, String, String, String, String, ODataQuery<IssueCommentContract>)

Répertorie tous les commentaires pour le problème associé à l’API spécifiée.

ListByServiceAsync(IApiIssueCommentOperations, String, String, String, String, ODataQuery<IssueCommentContract>, CancellationToken)

Répertorie tous les commentaires pour le problème associé à l’API spécifiée.

ListByServiceNext(IApiIssueCommentOperations, String)

Répertorie tous les commentaires pour le problème associé à l’API spécifiée.

ListByServiceNextAsync(IApiIssueCommentOperations, String, CancellationToken)

Répertorie tous les commentaires pour le problème associé à l’API spécifiée.

S’applique à