IWithWebContainer<FluentT> Interface

Definition

The stage of the web app update allowing Java web container to be set. This is required after specifying Java version.

public interface IWithWebContainer<FluentT>
type IWithWebContainer<'FluentT> = interface
Public Interface IWithWebContainer(Of FluentT)

Type Parameters

FluentT

The type of the resource.

Methods

WithWebContainer(WebContainer)

Specifies the Java web container.

Applies to