次の方法で共有


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 のバージョン。

戻り値

適用対象