ApiManifestPluginParameters Class
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.
API manifest plugin parameters.
public class ApiManifestPluginParameters
type ApiManifestPluginParameters = class
Public Class ApiManifestPluginParameters
- Inheritance
-
ApiManifestPluginParameters
Constructors
ApiManifestPluginParameters(HttpClient, String, Dictionary<String,OpenApiFunctionExecutionParameters>) |
Initializes a new instance of the ApiManifestPluginParameters class. |
Properties
FunctionExecutionParameters |
A map of function execution parameters, where the key is the api dependency key from api manifest and the value is OpenApiFunctionExecutionParameters specific to that dependency. |
HttpClient |
Gets the HTTP client to be used in plugin initialization phase. |
UserAgent |
Gets the user agent to be used in plugin initialization phase. |