IWithWebContainer<FluentT>.WithWebContainer(WebContainer) Method

Definition

Specifies the Java web container.

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

Parameters

webContainer
WebContainer

The Java web container.

Returns

Applies to