次の方法で共有


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)

識別子で指定された API の Issue Comment のエンティティ状態 (Etag) バージョンを取得します。

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

識別子で指定された API の問題 Comment の詳細を取得します。

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 の問題 Comment の詳細を取得します。

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

識別子で指定された API の問題 Comment の詳細を取得します。

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

識別子で指定された API の Issue Comment のエンティティ状態 (Etag) バージョンを取得します。

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

識別子で指定された API の Issue Comment のエンティティ状態 (Etag) バージョンを取得します。

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 に関連付けられている問題のすべてのコメントを一覧表示します。

適用対象