次の方法で共有


IWithSiteConfigs<FluentT>.WithPhpVersion(PhpVersion) メソッド

定義

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

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

パラメーター

version
PhpVersion

PHP バージョン。

戻り値

適用対象