WebAppBase.UpdateStages.WithWebContainer<FluentT> 接口
定义
The stage of the web app update allowing Java web container to be set. This is required after specifying Java version.
public interface WithWebContainer<FluentT>
类型参数
- FluentT
the type of the resource
方法
withWebContainer(WebContainer webContainer) |
Specifies the Java web container. |