Compartilhar via


IFunctionEntryPointResolver.GetFunctionEntryPoint<T> Método

Definição

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

Parâmetros de tipo

T

Parâmetros

methods
IEnumerable<T>

Retornos

T

Aplica-se a