Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
Modifier and Type | Field and Description |
---|---|
static PythonVersion |
PythonVersion.OFF
Static value 'Off' for PythonVersion.
|
static PythonVersion |
PythonVersion.PYTHON_27
Static value 2.7 for PythonVersion.
|
static PythonVersion |
PythonVersion.PYTHON_34
Static value 3.4 for PythonVersion.
|
Modifier and Type | Method and Description |
---|---|
static PythonVersion |
PythonVersion.fromString(String name)
Finds or creates a Python version based on the specified name.
|
PythonVersion |
WebAppBase.pythonVersion() |
Modifier and Type | Method and Description |
---|---|
static Collection<PythonVersion> |
PythonVersion.values() |
Modifier and Type | Method and Description |
---|---|
WebAppBase.DefinitionStages.WithCreate<FluentT> |
WebAppBase.DefinitionStages.WithSiteConfigs.withPythonVersion(PythonVersion version)
Specifies the Python version.
|
WebAppBase.Update<FluentT> |
WebAppBase.UpdateStages.WithSiteConfigs.withPythonVersion(PythonVersion version)
Specifies the Python version.
|
Copyright © 2019. All rights reserved.