Uses of Class
com.azure.resourcemanager.appservice.models.NetFrameworkVersion
-
Packages that use NetFrameworkVersion Package Description com.azure.resourcemanager.appservice.models Package containing the data models for WebSiteManagementClient. -
-
Uses of NetFrameworkVersion in com.azure.resourcemanager.appservice.models
Fields in com.azure.resourcemanager.appservice.models declared as NetFrameworkVersion Modifier and Type Field Description static NetFrameworkVersionNetFrameworkVersion. V3_0Static value v3.5 for NetFrameworkVersion.static NetFrameworkVersionNetFrameworkVersion. V4_6Static value v4.6 for NetFrameworkVersion.Methods in com.azure.resourcemanager.appservice.models that return NetFrameworkVersion Modifier and Type Method Description static NetFrameworkVersionNetFrameworkVersion. fromString(String name)Finds or creates a .NET Framework version based on the name.NetFrameworkVersionWebAppBase. netFrameworkVersion()Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type NetFrameworkVersion Modifier and Type Method Description static Collection<NetFrameworkVersion>NetFrameworkVersion. values()Methods in com.azure.resourcemanager.appservice.models with parameters of type NetFrameworkVersion Modifier and Type Method Description WebAppBase.DefinitionStages.WithCreate<FluentT>WebAppBase.DefinitionStages.WithSiteConfigs. withNetFrameworkVersion(NetFrameworkVersion version)Specifies the .NET Framework version.WebAppBase.Update<FluentT>WebAppBase.UpdateStages.WithSiteConfigs. withNetFrameworkVersion(NetFrameworkVersion version)Specifies the .NET Framework version.
-