次の方法で共有


ApiIssueResource.GetApiIssueComment(String, CancellationToken) メソッド

定義

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

  • Request Path/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ApiManagement/service/{serviceName}/apis/{apiId}/issues/{issueId}/comments/{commentId}
  • 操作IdApiIssueComment_Get
public virtual Azure.Response<Azure.ResourceManager.ApiManagement.ApiIssueCommentResource> GetApiIssueComment (string commentId, System.Threading.CancellationToken cancellationToken = default);
abstract member GetApiIssueComment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiIssueCommentResource>
override this.GetApiIssueComment : string * System.Threading.CancellationToken -> Azure.Response<Azure.ResourceManager.ApiManagement.ApiIssueCommentResource>
Public Overridable Function GetApiIssueComment (commentId As String, Optional cancellationToken As CancellationToken = Nothing) As Response(Of ApiIssueCommentResource)

パラメーター

commentId
String

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

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

例外

commentId は空の文字列であり、空でないと想定されていました。

commentId が null です。

適用対象