Partager via


IApiIssueAttachmentOperations Interface

Définition

Opérations ApiIssueAttachmentOperations.

public interface IApiIssueAttachmentOperations
type IApiIssueAttachmentOperations = interface
Public Interface IApiIssueAttachmentOperations

Méthodes

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

Crée une nouvelle pièce jointe pour le problème dans une API ou la 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 Attachment 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 Pièce jointe pour une API spécifiée par son identificateur.

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

Répertorie toutes les pièces jointes pour le problème associé à l’API spécifiée.

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

Répertorie toutes les pièces jointes pour le problème associé à l’API spécifiée.

Méthodes d’extension

CreateOrUpdate(IApiIssueAttachmentOperations, String, String, String, String, String, IssueAttachmentContract, String)

Crée une nouvelle pièce jointe pour le problème dans une API ou la met à jour.

CreateOrUpdateAsync(IApiIssueAttachmentOperations, String, String, String, String, String, IssueAttachmentContract, String, CancellationToken)

Crée une nouvelle pièce jointe pour le problème dans une API ou la met à jour.

Delete(IApiIssueAttachmentOperations, String, String, String, String, String, String)

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

DeleteAsync(IApiIssueAttachmentOperations, String, String, String, String, String, String, CancellationToken)

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

Get(IApiIssueAttachmentOperations, String, String, String, String, String)

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

GetAsync(IApiIssueAttachmentOperations, String, String, String, String, String, CancellationToken)

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

GetEntityTag(IApiIssueAttachmentOperations, String, String, String, String, String)

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

GetEntityTagAsync(IApiIssueAttachmentOperations, String, String, String, String, String, CancellationToken)

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

ListByService(IApiIssueAttachmentOperations, String, String, String, String, ODataQuery<IssueAttachmentContract>)

Répertorie toutes les pièces jointes pour le problème associé à l’API spécifiée.

ListByServiceAsync(IApiIssueAttachmentOperations, String, String, String, String, ODataQuery<IssueAttachmentContract>, CancellationToken)

Répertorie toutes les pièces jointes pour le problème associé à l’API spécifiée.

ListByServiceNext(IApiIssueAttachmentOperations, String)

Répertorie toutes les pièces jointes pour le problème associé à l’API spécifiée.

ListByServiceNextAsync(IApiIssueAttachmentOperations, String, CancellationToken)

Répertorie toutes les pièces jointes pour le problème associé à l’API spécifiée.

S’applique à