Share via


IApiIssueAttachmentOperations Interface

Definition

ApiIssueAttachmentOperations operations.

public interface IApiIssueAttachmentOperations
type IApiIssueAttachmentOperations = interface
Public Interface IApiIssueAttachmentOperations

Methods

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

Creates a new Attachment for the Issue in an API or updates an existing one.

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

Deletes the specified comment from an Issue.

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

Gets the entity state (Etag) version of the issue Attachment for an API specified by its identifier.

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

Gets the details of the issue Attachment for an API specified by its identifier.

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

Lists all attachments for the Issue associated with the specified API.

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

Lists all attachments for the Issue associated with the specified API.

Extension Methods

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

Creates a new Attachment for the Issue in an API or updates an existing one.

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

Creates a new Attachment for the Issue in an API or updates an existing one.

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

Deletes the specified comment from an Issue.

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

Deletes the specified comment from an Issue.

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

Gets the details of the issue Attachment for an API specified by its identifier.

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

Gets the details of the issue Attachment for an API specified by its identifier.

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

Gets the entity state (Etag) version of the issue Attachment for an API specified by its identifier.

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

Gets the entity state (Etag) version of the issue Attachment for an API specified by its identifier.

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

Lists all attachments for the Issue associated with the specified API.

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

Lists all attachments for the Issue associated with the specified API.

ListByServiceNext(IApiIssueAttachmentOperations, String)

Lists all attachments for the Issue associated with the specified API.

ListByServiceNextAsync(IApiIssueAttachmentOperations, String, CancellationToken)

Lists all attachments for the Issue associated with the specified API.

Applies to