| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models 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 |
|---|---|
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 © 2021 Microsoft Corporation. All rights reserved.