DefaultFunctionMetadata Class

Definition

Local representation of FunctionMetadata

public class DefaultFunctionMetadata : Microsoft.Azure.Functions.Worker.Core.FunctionMetadata.IFunctionMetadata
type DefaultFunctionMetadata = class
    interface IFunctionMetadata
Public Class DefaultFunctionMetadata
Implements IFunctionMetadata
Inheritance
DefaultFunctionMetadata
Implements

Constructors

DefaultFunctionMetadata()

Properties

EntryPoint

Function entrypoint (ex. HttpTrigger.Run).

FunctionId

Unique function id.

IsProxy

If function is a proxy function return true, else return false.

Language

Language that the function is written in.

ManagedDependencyEnabled

If managed dependency is enabled return true, else return false.

Name

Name of function.

RawBindings

List of function's bindings in json string format.

ScriptFile

The function app assembly (ex. FunctionApp.dll).

Applies to