次の方法で共有


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

キャンセル トークン。

戻り値

適用対象