WebSiteUpdateConfigurationParameters.PhpVersion Property

 

Gets or sets the PHP version of the web site.

Namespace:   Microsoft.WindowsAzure.Management.WebSites.Models
Assembly:  Microsoft.WindowsAzure.Management.WebSites (in Microsoft.WindowsAzure.Management.WebSites.dll)

public string PhpVersion { get; set; }

Property Value

Type: System.String

The PHP version.

Supported values are an empty string (an empty string disables PHP), 5.3, and 5.4.

Return to top
Show: