EventGridModelFactory.AcsIncomingCallCustomContext Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Initialise une nouvelle instance d’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
Paramètres
- sipHeaders
- IReadOnlyDictionary<String,String>
En-têtes Sip pour les appels entrants.
- voipHeaders
- IReadOnlyDictionary<String,String>
En-têtes voip pour les appels entrants.
Retours
Une nouvelle AcsIncomingCallCustomContext instance pour se moquer.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for .NET