次の方法で共有


PowerShellFunctionDescriptorProvider クラス

定義

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

コンストラクター

PowerShellFunctionDescriptorProvider(ScriptHost, ScriptHostConfiguration)

プロパティ

Config (継承元 FunctionDescriptorProvider)
Host (継承元 FunctionDescriptorProvider)

メソッド

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

適用対象