Show / Hide Table of Contents

Interface IFunctionAppConfiguration

Must be implemented by a class in the Function app to configure the Azure Functions and the runtime

Namespace: FunctionMonkey.Abstractions
Assembly: FunctionMonkey.Abstractions.dll
Syntax
public interface IFunctionAppConfiguration

Methods

| Improve this Doc View Source

Build(IFunctionHostBuilder)

Will be called by the compiler and runtime to configure the functions. Use the builder to create as appropriate.

Declaration
void Build(IFunctionHostBuilder builder)
Parameters
Type Name Description
IFunctionHostBuilder builder

Extension Methods

OpenApiFluentValidationHelper.IsNumeric(Object)
OpenApiFluentValidationHelper.NumericToInt(Object)
OpenApiFluentValidationHelper.NumericToDouble(Object)
OpenApiFluentValidationHelper.NumericToDecimal(Object)
  • Improve this Doc
  • View Source
  • 0 Comments
Back to top Copyright © 2018 James Randall