Review コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
オーバーロード
Review() |
Review クラスの新しいインスタンスを初期化します。 |
Review(String, String, String, IList<KeyValuePair>, String, IList<KeyValuePair>, String, String, String, String) |
Review クラスの新しいインスタンスを初期化します。 |
Review()
Review クラスの新しいインスタンスを初期化します。
public Review ();
Public Sub New ()
適用対象
Review(String, String, String, IList<KeyValuePair>, String, IList<KeyValuePair>, String, String, String, String)
Review クラスの新しいインスタンスを初期化します。
public Review (string reviewId = default, string subTeam = default, string status = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> reviewerResultTags = default, string createdBy = default, System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> metadata = default, string type = default, string content = default, string contentId = default, string callbackEndpoint = default);
new Microsoft.Azure.CognitiveServices.ContentModerator.Models.Review : string * string * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> * string * System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.ContentModerator.Models.KeyValuePair> * string * string * string * string -> Microsoft.Azure.CognitiveServices.ContentModerator.Models.Review
Public Sub New (Optional reviewId As String = Nothing, Optional subTeam As String = Nothing, Optional status As String = Nothing, Optional reviewerResultTags As IList(Of KeyValuePair) = Nothing, Optional createdBy As String = Nothing, Optional metadata As IList(Of KeyValuePair) = Nothing, Optional type As String = Nothing, Optional content As String = Nothing, Optional contentId As String = Nothing, Optional callbackEndpoint As String = Nothing)
パラメーター
- reviewId
- String
レビューの ID。
- subTeam
- String
サブチームの名前。
- status
- String
状態文字列 (<保留中、完了>)。
- reviewerResultTags
- IList<KeyValuePair>
レビュー担当者がタグを設定した KeyValue の配列。
- createdBy
- String
レビュー担当者名です。
- metadata
- IList<KeyValuePair>
KeyValue の配列。
- type
- String
コンテンツの種類。
- content
- String
コンテンツ値。
- contentId
- String
コンテンツの ID。
- callbackEndpoint
- String
コールバック エンドポイント。
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET