IFunctionMetadata Interface

Definition

Public interface that represents properties in function metadata.

public interface IFunctionMetadata
type IFunctionMetadata = interface
Public Interface IFunctionMetadata
Derived

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