PowerShellFunctionDescriptorProvider Class

Definition

public class PowerShellFunctionDescriptorProvider : Microsoft.Azure.WebJobs.Script.Description.FunctionDescriptorProvider
type PowerShellFunctionDescriptorProvider = class
    inherit FunctionDescriptorProvider
Public Class PowerShellFunctionDescriptorProvider
Inherits FunctionDescriptorProvider
Inheritance
PowerShellFunctionDescriptorProvider

Constructors

PowerShellFunctionDescriptorProvider(ScriptHost, ScriptHostConfiguration)

Properties

Config (Inherited from FunctionDescriptorProvider)
Host (Inherited from FunctionDescriptorProvider)

Methods

CreateFunctionInvoker(String, BindingMetadata, FunctionMetadata, Collection<FunctionBinding>, Collection<FunctionBinding>)
CreateTriggerParameter(BindingMetadata, Type) (Inherited from FunctionDescriptorProvider)
GetFunctionParameters(IFunctionInvoker, FunctionMetadata, BindingMetadata, Collection<CustomAttributeBuilder>, Collection<FunctionBinding>, Collection<FunctionBinding>) (Inherited from FunctionDescriptorProvider)
ParseManualTrigger(BindingMetadata, Type) (Inherited from FunctionDescriptorProvider)
TryCreate(FunctionMetadata, FunctionDescriptor)
ValidateBinding(BindingMetadata)
ValidateFunction(FunctionMetadata) (Inherited from FunctionDescriptorProvider)

Applies to