Table of Contents

Class FunctionDescriptor

Namespace
Microsoft.Azure.WebJobs.Host.Protocols
Assembly
Microsoft.Azure.WebJobs.Host.dll
public class FunctionDescriptor
Inheritance
FunctionDescriptor
Inherited Members

Constructors

FunctionDescriptor()

public FunctionDescriptor()

Properties

FullName

public string FullName { get; set; }

Property Value

string

Id

public string Id { get; set; }

Property Value

string

LogName

public string LogName { get; set; }

Property Value

string

Parameters

public IEnumerable<ParameterDescriptor> Parameters { get; set; }

Property Value

IEnumerable<ParameterDescriptor>

ShortName

public string ShortName { get; set; }

Property Value

string