Table of Contents

Interface IJobHostMetadataProvider

Namespace
Microsoft.Azure.WebJobs.Host
Assembly
Microsoft.Azure.WebJobs.Host.dll
[Obsolete("Not ready for public consumption.")]
public interface IJobHostMetadataProvider

Methods

GetAttribute(Type, JObject)

Attribute GetAttribute(Type attributeType, JObject metadata)

Parameters

attributeType Type
metadata JObject

Returns

Attribute

GetAttributeTypeFromName(string)

Type GetAttributeTypeFromName(string name)

Parameters

name string

Returns

Type

GetDefaultType(Attribute, FileAccess, Type)

Type GetDefaultType(Attribute attribute, FileAccess access, Type requestedType)

Parameters

attribute Attribute
access FileAccess
requestedType Type

Returns

Type

GetFunctionMetadata(string)

FunctionMetadata GetFunctionMetadata(string functionName)

Parameters

functionName string

Returns

FunctionMetadata

TryResolveAssembly(string, out Assembly)

bool TryResolveAssembly(string assemblyName, out Assembly assembly)

Parameters

assemblyName string
assembly Assembly

Returns

bool