Partager via


ApiManifestPluginParameters Class

Definition

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.

Applies to