Compartilhar via


IApiIssueAttachmentOperations Interface

Definição

Operações ApiIssueAttachmentOperations.

public interface IApiIssueAttachmentOperations
type IApiIssueAttachmentOperations = interface
Public Interface IApiIssueAttachmentOperations

Métodos

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

Cria ou atualiza um anexo para o problema em uma API.

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

Exclui o comentário especificado de um Problema.

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

Obtém a versão do estado da entidade (Etag) do problema Anexo para uma API especificada por seu identificador.

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

Obtém os detalhes do problema Anexo para uma API especificada por seu identificador.

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

Lista todos os anexos para o problema associado à API especificada.

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

Lista todos os anexos para o problema associado à API especificada.

Métodos de Extensão

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

Cria ou atualiza um anexo para o problema em uma API.

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

Cria ou atualiza um anexo para o problema em uma API.

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

Exclui o comentário especificado de um Problema.

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

Exclui o comentário especificado de um Problema.

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

Obtém os detalhes do problema Anexo para uma API especificada por seu identificador.

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

Obtém os detalhes do problema Anexo para uma API especificada por seu identificador.

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

Obtém a versão do estado da entidade (Etag) do problema Anexo para uma API especificada por seu identificador.

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

Obtém a versão do estado da entidade (Etag) do problema Anexo para uma API especificada por seu identificador.

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

Lista todos os anexos para o problema associado à API especificada.

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

Lista todos os anexos para o problema associado à API especificada.

ListByServiceNext(IApiIssueAttachmentOperations, String)

Lista todos os anexos para o problema associado à API especificada.

ListByServiceNextAsync(IApiIssueAttachmentOperations, String, CancellationToken)

Lista todos os anexos para o problema associado à API especificada.

Aplica-se a