AppServicesWebHostBuilderExtensions.UseAzureAppServices メソッド

定義

Azure AppServices 統合を使用するようにアプリケーションを構成します。

public:
[System::Runtime::CompilerServices::Extension]
 static Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ UseAzureAppServices(Microsoft::AspNetCore::Hosting::IWebHostBuilder ^ hostBuilder);
public static Microsoft.AspNetCore.Hosting.IWebHostBuilder UseAzureAppServices (this Microsoft.AspNetCore.Hosting.IWebHostBuilder hostBuilder);
static member UseAzureAppServices : Microsoft.AspNetCore.Hosting.IWebHostBuilder -> Microsoft.AspNetCore.Hosting.IWebHostBuilder
<Extension()>
Public Function UseAzureAppServices (hostBuilder As IWebHostBuilder) As IWebHostBuilder

パラメーター

hostBuilder
IWebHostBuilder

戻り値

適用対象