azure-docs-sdk-java/docs-ref-autogen/com.microsoft.azure.managem...

28 строки
1.9 KiB
YAML

### YamlMime:JavaType
methods:
- fullName: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithWebContainer<FluentT>.withWebContainer(WebContainer webContainer)
name: withWebContainer(WebContainer webContainer)
nameWithType: WebAppBase.DefinitionStages.WithWebContainer<FluentT>.withWebContainer(WebContainer webContainer)
parameters:
- description: <p>the Java web container </p>
name: webContainer
type: <xref href="com.microsoft.azure.management.appservice.WebContainer?alt=com.microsoft.azure.management.appservice.WebContainer&text=WebContainer" data-throw-if-not-resolved="False"/>
returns:
description: <p>the next stage of the definition </p>
type: <xref href="com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithCreate?alt=com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithCreate&text=WebAppBase.DefinitionStages.WithCreate" data-throw-if-not-resolved="False"/>&lt;FluentT&gt;
summary: <p>Specifies the Java web container. </p>
syntax: public WithCreate<FluentT> withWebContainer(WebContainer webContainer)
uid: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithWebContainer.withWebContainer(WebContainer)
nameWithType: WebAppBase.DefinitionStages.WithWebContainer<FluentT>
syntax: public interface WithWebContainer<FluentT>
type: interface
typeParameters:
- description: <p>the type of the resource </p>
name: FluentT
uid: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithWebContainer
fullName: com.microsoft.azure.management.appservice.WebAppBase.DefinitionStages.WithWebContainer<FluentT>
name: WebAppBase.DefinitionStages.WithWebContainer<FluentT>
package: com.microsoft.azure.management.appservice
summary: <p>A web app definition stage allowing Java web container to be set. This is required after specifying Java version. </p>
metadata: {}