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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET