Compartir a través de


IWithSiteConfigs<FluentT>.WithPythonVersion(PythonVersion) Método

Definición

Especifica la versión de Python.

public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithPythonVersion (Microsoft.Azure.Management.AppService.Fluent.PythonVersion version);
abstract member WithPythonVersion : Microsoft.Azure.Management.AppService.Fluent.PythonVersion -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithPythonVersion (version As PythonVersion) As IWithCreate(Of FluentT)

Parámetros

version
PythonVersion

Versión de Python.

Devoluciones

Se aplica a