共用方式為


IWithSiteConfigs<FluentT>.WithPythonVersion(PythonVersion) 方法

定義

指定 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)

參數

version
PythonVersion

Python 版本。

傳回

適用於