你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IApiIssueCommentOperations 接口

定义

ApiIssueCommentOperations 操作。

public interface IApiIssueCommentOperations
type IApiIssueCommentOperations = interface
Public Interface IApiIssueCommentOperations

方法

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

为 API 中的问题创建新注释,或更新现有注释。

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

从问题中删除指定的注释。

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

获取实体状态 (Etag) 由其标识符指定的 API 的问题注释版本。

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

获取由其标识符指定的 API 的问题注释的详细信息。

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

列出与指定的 API 关联的问题的所有注释。

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

列出与指定的 API 关联的问题的所有注释。

扩展方法

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

为 API 中的问题创建新注释,或更新现有注释。

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

为 API 中的问题创建新注释,或更新现有注释。

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

从问题中删除指定的注释。

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

从问题中删除指定的注释。

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

获取由其标识符指定的 API 的问题注释的详细信息。

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

获取由其标识符指定的 API 的问题注释的详细信息。

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

获取实体状态 (Etag) 由其标识符指定的 API 的问题注释版本。

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

获取实体状态 (Etag) 由其标识符指定的 API 的问题注释版本。

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

列出与指定的 API 关联的问题的所有注释。

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

列出与指定的 API 关联的问题的所有注释。

ListByServiceNext(IApiIssueCommentOperations, String)

列出与指定的 API 关联的问题的所有注释。

ListByServiceNextAsync(IApiIssueCommentOperations, String, CancellationToken)

列出与指定的 API 关联的问题的所有注释。

适用于