Table of Contents

Class ParameterDescriptor

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

Constructors

ParameterDescriptor()

public ParameterDescriptor()

Properties

DisplayHints

public ParameterDisplayHints DisplayHints { get; set; }

Property Value

ParameterDisplayHints

ExtendedProperties

public Dictionary<string, JToken> ExtendedProperties { get; set; }

Property Value

Dictionary<string, JToken>

Name

public string Name { get; set; }

Property Value

string

Type

public string Type { get; set; }

Property Value

string