EventsExtensions.ActivateWithHttpMessages メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定されたイベントが実際にユーザーに表示されていることと、そのイベントに対する報酬が必要であることを報告します。
public static Microsoft.Rest.HttpOperationResponse ActivateWithHttpMessages (this Microsoft.Azure.CognitiveServices.Personalizer.IEvents operations, string eventId, System.Collections.Generic.Dictionary<string,System.Collections.Generic.List<string>> customHeaders = default);
static member ActivateWithHttpMessages : Microsoft.Azure.CognitiveServices.Personalizer.IEvents * string * System.Collections.Generic.Dictionary<string, System.Collections.Generic.List<string>> -> Microsoft.Rest.HttpOperationResponse
<Extension()>
Public Function ActivateWithHttpMessages (operations As IEvents, eventId As String, Optional customHeaders As Dictionary(Of String, List(Of String)) = Nothing) As HttpOperationResponse
パラメーター
- operations
- IEvents
この拡張メソッドの操作グループ。
- eventId
- String
このアクティブ化が適用されるイベント ID。
- customHeaders
- Dictionary<String,List<String>>
要求に追加されるヘッダー。
戻り値
適用対象
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for .NET