Uses of Class
com.microsoft.azure.management.appservice.PhpVersion
Packages that use PhpVersion
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of PhpVersion in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as PhpVersionModifier and TypeFieldDescriptionstatic final PhpVersion
PhpVersion.OFF
Static value 'Off' for PhpVersion.static final PhpVersion
PhpVersion.PHP5_5
Static value 5.5 for PhpVersion.static final PhpVersion
PhpVersion.PHP5_6
Static value 5.6 for PhpVersion.static final PhpVersion
PhpVersion.PHP7
Static value 7.0 for PhpVersion.static final PhpVersion
PhpVersion.PHP7_1
Static value 7.1 for PhpVersion.Methods in com.microsoft.azure.management.appservice that return PhpVersionModifier and TypeMethodDescriptionstatic PhpVersion
PhpVersion.fromString
(String name) Finds or creates a PHP version based on the specified name.WebAppBase.phpVersion()
Methods in com.microsoft.azure.management.appservice that return types with arguments of type PhpVersionMethods in com.microsoft.azure.management.appservice with parameters of type PhpVersionModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithSiteConfigs.withPhpVersion
(PhpVersion version) Specifies the PHP version.WebAppBase.UpdateStages.WithSiteConfigs.withPhpVersion
(PhpVersion version) Specifies the PHP version.