Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static WebContainer |
WebContainer.JETTY_9_1_NEWEST
Static value jetty 9.1 for WebContainer.
|
static WebContainer |
WebContainer.JETTY_9_1_V20131115
Static value jetty 9.1.0 v20131115 for WebContainer.
|
static WebContainer |
WebContainer.JETTY_9_3_NEWEST
Static value jetty 9.3 for WebContainer.
|
static WebContainer |
WebContainer.JETTY_9_3_V20161014
Static value jetty 9.3.13 v20161014 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_7_0_50
Static value tomcat 7.0.50 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_7_0_62
Static value tomcat 7.0.62 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_7_0_NEWEST
Static value tomcat 7.0 newest for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_0_23
Static value tomcat 8.0.23 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_0_NEWEST
Static value tomcat 8.0 newest for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_20
Static value tomcat 8.5.20 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_31
Static value tomcat 8.5.31 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_34
Static value tomcat 8.5.34 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_37
Static value tomcat 8.5.37 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_6
Static value tomcat 8.5.6 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_8_5_NEWEST
Static value tomcat 8.5 newest for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_9_0_0
Static value tomcat 9_0_0 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_9_0_12
Static value tomcat 9_0_12 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_9_0_14
Static value tomcat 9_0_14 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_9_0_8
Static value tomcat 9_0_8 for WebContainer.
|
static WebContainer |
WebContainer.TOMCAT_9_0_NEWEST
Static value tomcat 9.0 newest for WebContainer.
|
Modifier and Type | Method and Description |
---|---|
static WebContainer |
WebContainer.fromString(String name)
Finds or creates a Web container based on the specified name.
|
Modifier and Type | Method and Description |
---|---|
static Collection<WebContainer> |
WebContainer.values() |
Modifier and Type | Method and Description |
---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithWebContainer.withWebContainer(WebContainer webContainer)
Specifies the Java web container.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithWebContainer.withWebContainer(WebContainer webContainer)
Specifies the Java web container.
|
Copyright © 2019. All rights reserved.