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

ReviewsExtensions.GetReviewAsync 方法

定义

返回传递的评审 ID 的评审详细信息。

public static System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Review> GetReviewAsync (this Microsoft.Azure.CognitiveServices.ContentModerator.IReviews operations, string teamName, string reviewId, System.Threading.CancellationToken cancellationToken = default);
static member GetReviewAsync : Microsoft.Azure.CognitiveServices.ContentModerator.IReviews * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.CognitiveServices.ContentModerator.Models.Review>
<Extension()>
Public Function GetReviewAsync (operations As IReviews, teamName As String, reviewId As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of Review)

参数

operations
IReviews

此扩展方法的操作组。

teamName
String

你的团队名称。

reviewId
String

评审的 ID。

cancellationToken
CancellationToken

取消标记。

返回

适用于