次の方法で共有


IWithWebContainer<FluentT>.WithWebContainer(WebContainer) メソッド

定義

Java Web コンテナーを指定します。

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithWebContainer (Microsoft.Azure.Management.AppService.Fluent.WebContainer webContainer);
abstract member WithWebContainer : Microsoft.Azure.Management.AppService.Fluent.WebContainer -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithWebContainer (webContainer As WebContainer) As IUpdate(Of FluentT)

パラメーター

webContainer
WebContainer

Java Web コンテナー。

戻り値

適用対象