IFunctionMetadataResolver.RequiresPackageRestore(FunctionMetadata) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public bool RequiresPackageRestore (Microsoft.Azure.WebJobs.Script.Description.FunctionMetadata metadata);
abstract member RequiresPackageRestore : Microsoft.Azure.WebJobs.Script.Description.FunctionMetadata -> bool
Public Function RequiresPackageRestore (metadata As FunctionMetadata) As Boolean
Parameters
- metadata
- FunctionMetadata