次の方法で共有


IWithSiteConfigs<FluentT>.WithPythonVersion(PythonVersion) メソッド

定義

Python のバージョンを指定します。

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

パラメーター

version
PythonVersion

Python のバージョン。

戻り値

適用対象