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 PhpVersionPhpVersion.OFFStatic value 'Off' for PhpVersion.static final PhpVersionPhpVersion.PHP5_5Static value 5.5 for PhpVersion.static final PhpVersionPhpVersion.PHP5_6Static value 5.6 for PhpVersion.static final PhpVersionPhpVersion.PHP7Static value 7.0 for PhpVersion.static final PhpVersionPhpVersion.PHP7_1Static value 7.1 for PhpVersion.Methods in com.microsoft.azure.management.appservice that return PhpVersionModifier and TypeMethodDescriptionstatic PhpVersionPhpVersion.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.