次の方法で共有


EventGridModelFactory.AcsIncomingCallCustomContext メソッド

定義

AcsIncomingCallCustomContext の新しいインスタンスを初期化します。

public static Azure.Messaging.EventGrid.SystemEvents.AcsIncomingCallCustomContext AcsIncomingCallCustomContext (System.Collections.Generic.IReadOnlyDictionary<string,string> sipHeaders = default, System.Collections.Generic.IReadOnlyDictionary<string,string> voipHeaders = default);
static member AcsIncomingCallCustomContext : System.Collections.Generic.IReadOnlyDictionary<string, string> * System.Collections.Generic.IReadOnlyDictionary<string, string> -> Azure.Messaging.EventGrid.SystemEvents.AcsIncomingCallCustomContext
Public Shared Function AcsIncomingCallCustomContext (Optional sipHeaders As IReadOnlyDictionary(Of String, String) = Nothing, Optional voipHeaders As IReadOnlyDictionary(Of String, String) = Nothing) As AcsIncomingCallCustomContext

パラメーター

sipHeaders
IReadOnlyDictionary<String,String>

着信呼び出しの Sip ヘッダー。

voipHeaders
IReadOnlyDictionary<String,String>

着信呼び出しの Voip ヘッダー。

戻り値

モック作成用の新しい AcsIncomingCallCustomContext インスタンス。

適用対象