Uses of Class
com.azure.resourcemanager.appservice.models.PhpVersion
-
Packages that use PhpVersion Package Description com.azure.resourcemanager.appservice.models 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 PhpVersion Modifier and Type Field Description static PhpVersionPhpVersion. OFFStatic value 'Off' for PhpVersion.static PhpVersionPhpVersion. PHP5_5Static value 5.5 for PhpVersion.static PhpVersionPhpVersion. PHP5_6Static value 5.6 for PhpVersion.static PhpVersionPhpVersion. PHP7Static value 7.0 for PhpVersion.static PhpVersionPhpVersion. PHP7_1Static value 7.1 for PhpVersion.Methods in com.azure.resourcemanager.appservice.models that return PhpVersion Modifier and Type Method Description static PhpVersionPhpVersion. fromString(String name)Finds or creates a PHP version based on the specified name.PhpVersionWebAppBase. phpVersion()Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type PhpVersion Modifier and Type Method Description static Collection<PhpVersion>PhpVersion. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type PhpVersion Modifier and Type Method Description WebAppBase.DefinitionStages.WithCreate<FluentT>WebAppBase.DefinitionStages.WithSiteConfigs. withPhpVersion(PhpVersion version)Specifies the PHP version.WebAppBase.Update<FluentT>WebAppBase.UpdateStages.WithSiteConfigs. withPhpVersion(PhpVersion version)Specifies the PHP version.
-