ApiHubJobHostConfigurationExtensions.UseApiHub 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.
Add ApiHub configuration to Microsoft.Azure.WebJobs.JobHostConfiguration
public static void UseApiHub (this Microsoft.Azure.WebJobs.JobHostConfiguration config, Microsoft.Azure.WebJobs.ApiHubConfiguration apiHubConfiguration = default);
static member UseApiHub : Microsoft.Azure.WebJobs.JobHostConfiguration * Microsoft.Azure.WebJobs.ApiHubConfiguration -> unit
<Extension()>
Public Sub UseApiHub (config As JobHostConfiguration, Optional apiHubConfiguration As ApiHubConfiguration = Nothing)
Parameters
- config
- Microsoft.Azure.WebJobs.JobHostConfiguration
current Microsoft.Azure.WebJobs.JobHostConfiguration
- apiHubConfiguration
- ApiHubConfiguration
Instance of ApiHubConfiguration
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET