Uses of Class
com.azure.resourcemanager.appservice.models.PhpVersion
Packages that use PhpVersion
Package
Description
Package containing the data models for WebSiteManagementClient.
-
Uses of PhpVersion in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models 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.azure.resourcemanager.appservice.models that return PhpVersionModifier and TypeMethodDescriptionstatic PhpVersionPhpVersion.fromString(String name) Finds or creates a PHP version based on the specified name.WebAppBase.phpVersion()Gets the version of PHP.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PhpVersionModifier and TypeMethodDescriptionstatic Collection<PhpVersion> PhpVersion.values()Gets known PHP versions.Methods in com.azure.resourcemanager.appservice.models 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.