IFunctionEntryPointResolver.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)
Public Function GetFunctionEntryPoint(Of T As {Class, IMethodReference}) (methods As IEnumerable(Of T)) As T
Type Parameters
- T
Parameters
- methods
- IEnumerable<T>
Returns
T
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET