次の方法で共有


ApiIssueComment interface

ApiIssueComment を表すインターフェイス。

メソッド

createOrUpdate(string, string, string, string, string, IssueCommentContract, ApiIssueCommentCreateOrUpdateOptionalParams)

API の問題の新しいコメントを作成するか、既存のものを更新します。

delete(string, string, string, string, string, string, ApiIssueCommentDeleteOptionalParams)

指定されたコメントを問題から削除します。

get(string, string, string, string, string, ApiIssueCommentGetOptionalParams)

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

getEntityTag(string, string, string, string, string, ApiIssueCommentGetEntityTagOptionalParams)

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

listByService(string, string, string, string, ApiIssueCommentListByServiceOptionalParams)

指定された API に関連付けられている問題のすべてのコメントを一覧表示します。

メソッドの詳細

createOrUpdate(string, string, string, string, string, IssueCommentContract, ApiIssueCommentCreateOrUpdateOptionalParams)

API の問題の新しいコメントを作成するか、既存のものを更新します。

function createOrUpdate(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, commentId: string, parameters: IssueCommentContract, options?: ApiIssueCommentCreateOrUpdateOptionalParams): Promise<ApiIssueCommentCreateOrUpdateResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

commentId

string

Issue 内のコメント識別子。 現在の Issue で一意である必要があります。

parameters
IssueCommentContract

パラメーターを作成します。

options
ApiIssueCommentCreateOrUpdateOptionalParams

options パラメーター。

戻り値

delete(string, string, string, string, string, string, ApiIssueCommentDeleteOptionalParams)

指定されたコメントを問題から削除します。

function delete(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, commentId: string, ifMatch: string, options?: ApiIssueCommentDeleteOptionalParams): Promise<void>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

commentId

string

Issue 内のコメント識別子。 現在の Issue で一意である必要があります。

ifMatch

string

エンティティの ETag。 ETag は、GET 要求のヘッダー応答からの現在のエンティティ状態と一致する必要があります。または、無条件更新の場合は * にする必要があります。

options
ApiIssueCommentDeleteOptionalParams

options パラメーター。

戻り値

Promise<void>

get(string, string, string, string, string, ApiIssueCommentGetOptionalParams)

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

function get(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, commentId: string, options?: ApiIssueCommentGetOptionalParams): Promise<ApiIssueCommentGetResponse>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

commentId

string

Issue 内のコメント識別子。 現在の Issue で一意である必要があります。

options
ApiIssueCommentGetOptionalParams

options パラメーター。

戻り値

getEntityTag(string, string, string, string, string, ApiIssueCommentGetEntityTagOptionalParams)

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

function getEntityTag(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, commentId: string, options?: ApiIssueCommentGetEntityTagOptionalParams): Promise<ApiIssueCommentGetEntityTagHeaders>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

commentId

string

Issue 内のコメント識別子。 現在の Issue で一意である必要があります。

options
ApiIssueCommentGetEntityTagOptionalParams

options パラメーター。

戻り値

listByService(string, string, string, string, ApiIssueCommentListByServiceOptionalParams)

指定された API に関連付けられている問題のすべてのコメントを一覧表示します。

function listByService(resourceGroupName: string, serviceName: string, apiId: string, issueId: string, options?: ApiIssueCommentListByServiceOptionalParams): PagedAsyncIterableIterator<IssueCommentContract, IssueCommentContract[], PageSettings>

パラメーター

resourceGroupName

string

リソース グループの名前。 名前の大文字と小文字は区別されます。

serviceName

string

API Management サービスの名前。

apiId

string

API 識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

issueId

string

問題識別子。 現在のAPI Management サービス インスタンスで一意である必要があります。

options
ApiIssueCommentListByServiceOptionalParams

options パラメーター。

戻り値