FunctionEntryPointResolver.GetFunctionEntryPoint<T> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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)
override this.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
Type Parameters
- T
Parameters
- methods
- IEnumerable<T>
Returns
T
Implements
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET