Uses of Class
com.microsoft.azure.management.appservice.NetFrameworkVersion
Packages that use NetFrameworkVersion
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of NetFrameworkVersion in com.microsoft.azure.management.appservice
Fields in com.microsoft.azure.management.appservice declared as NetFrameworkVersionModifier and TypeFieldDescriptionstatic final NetFrameworkVersion
NetFrameworkVersion.V3_0
Static value v3.5 for NetFrameworkVersion.static final NetFrameworkVersion
NetFrameworkVersion.V4_6
Static value v4.6 for NetFrameworkVersion.Methods in com.microsoft.azure.management.appservice that return NetFrameworkVersionModifier and TypeMethodDescriptionstatic NetFrameworkVersion
NetFrameworkVersion.fromString
(String name) Finds or creates a .NET Framework version based on the name.WebAppBase.netFrameworkVersion()
Methods in com.microsoft.azure.management.appservice that return types with arguments of type NetFrameworkVersionModifier and TypeMethodDescriptionstatic Collection<NetFrameworkVersion>
NetFrameworkVersion.values()
Methods in com.microsoft.azure.management.appservice with parameters of type NetFrameworkVersionModifier and TypeMethodDescriptionWebAppBase.DefinitionStages.WithSiteConfigs.withNetFrameworkVersion
(NetFrameworkVersion version) Specifies the .NET Framework version.WebAppBase.UpdateStages.WithSiteConfigs.withNetFrameworkVersion
(NetFrameworkVersion version) Specifies the .NET Framework version.