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

ApiIssueResource.GetApiIssueComment(String, CancellationToken) 方法

定义

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

  • 请求路径/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

问题中的注释标识符。 在当前问题中必须是唯一的。

cancellationToken
CancellationToken

要使用的取消标记。

返回

例外

commentId 是一个空字符串,预期为非空。

commentId 为 null。

适用于