IWithSiteConfigs<FluentT>.WithPhpVersion(PhpVersion) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the PHP version.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<FluentT> WithPhpVersion(Microsoft.Azure.Management.AppService.Fluent.PhpVersion version);
abstract member WithPhpVersion : Microsoft.Azure.Management.AppService.Fluent.PhpVersion -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Definition.IWithCreate<'FluentT>
Public Function WithPhpVersion (version As PhpVersion) As IWithCreate(Of FluentT)
Parameters
- version
- PhpVersion
The PHP version.