ApiHubConfiguration 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.
Defines the configuration options for the ApiHub binding.
public class ApiHubConfiguration : Microsoft.Azure.WebJobs.Host.Config.IExtensionConfigProvider
type ApiHubConfiguration = class
interface IExtensionConfigProvider
Public Class ApiHubConfiguration
Implements IExtensionConfigProvider
- Inheritance
-
ApiHubConfiguration
- Implements
-
Microsoft.Azure.WebJobs.Host.Config.IExtensionConfigProvider
Constructors
ApiHubConfiguration(ConnectionFactory) |
Creates a new instance of this class. |
Properties
Logger |
Gets or sets the logger. |
MaxFunctionExecutionRetryCount |
Gets or sets the number of times to try processing a file before moving it to the poison queue (where possible). |
Methods
AddConnection(String, String) |
Adds a connection to the configuration |
Initialize(ExtensionConfigContext) | Microsoft.Azure.WebJobs.Host.Config.IExtensionConfigProvider.Initialize(Microsoft.Azure.WebJobs.Host.Config.ExtensionConfigContext) |
Applies to
Совместная работа с нами на GitHub
Источник этого содержимого можно найти на GitHub, где также можно создавать и просматривать проблемы и запросы на вытягивание. Дополнительные сведения см. в нашем руководстве для участников.
Azure SDK for .NET