Partager via


IFunctionEntryPointResolver.GetFunctionEntryPoint<T> Méthode

Définition

public T GetFunctionEntryPoint<T> (System.Collections.Generic.IEnumerable<T> methods) where T : class, Microsoft.Azure.WebJobs.Script.Description.IMethodReference;
abstract member GetFunctionEntryPoint : seq<'T (requires 'T : null and 'T :> Microsoft.Azure.WebJobs.Script.Description.IMethodReference)> -> 'T (requires 'T : null and 'T :> Microsoft.Azure.WebJobs.Script.Description.IMethodReference)
Public Function GetFunctionEntryPoint(Of T As {Class, IMethodReference}) (methods As IEnumerable(Of T)) As T

Paramètres de type

T

Paramètres

methods
IEnumerable<T>

Retours

T

S’applique à