Uses of Class
com.azure.resourcemanager.appservice.models.PythonVersion
-
Packages that use PythonVersion Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of PythonVersion in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as PythonVersion Modifier and Type Field Description static PythonVersionPythonVersion. OFFStatic value 'Off' for PythonVersion.static PythonVersionPythonVersion. PYTHON_27Static value 2.7 for PythonVersion.static PythonVersionPythonVersion. PYTHON_34Static value 3.4 for PythonVersion.Methods in com.azure.resourcemanager.appservice.models that return PythonVersion Modifier and Type Method Description static PythonVersionPythonVersion. fromString(String name)Finds or creates a Python version based on the specified name.PythonVersionWebAppBase. pythonVersion()Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PythonVersion Modifier and Type Method Description static Collection<PythonVersion>PythonVersion. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type PythonVersion Modifier and Type Method 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.
-