Interface IJobHostMetadataProvider
- Namespace
- Microsoft.Azure.WebJobs.Host
- Assembly
- Microsoft.Azure.WebJobs.Host.dll
[Obsolete("Not ready for public consumption.")]
public interface IJobHostMetadataProvider
Methods
Attribute GetAttribute(Type attributeType, JObject metadata)
Parameters
attributeType
Type
metadata
JObject
Returns
- Attribute
Type GetAttributeTypeFromName(string name)
Parameters
name
string
Returns
- Type
Type GetDefaultType(Attribute attribute, FileAccess access, Type requestedType)
Parameters
attribute
Attribute
access
FileAccess
requestedType
Type
Returns
- Type
FunctionMetadata GetFunctionMetadata(string functionName)
Parameters
functionName
string
Returns
- FunctionMetadata
bool TryResolveAssembly(string assemblyName, out Assembly assembly)
Parameters
assemblyName
string
assembly
Assembly
Returns
- bool