Partager via


ApiIssueCommentOperationsExtensions Classe

Définition

Méthodes d’extension pour ApiIssueCommentOperations.

public static class ApiIssueCommentOperationsExtensions
type ApiIssueCommentOperationsExtensions = class
Public Module ApiIssueCommentOperationsExtensions
Héritage
ApiIssueCommentOperationsExtensions

Méthodes

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 de l’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 de l’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 à