IWithSiteConfigs<FluentT>.WithNetFrameworkVersion(NetFrameworkVersion) Method
Definition
Specifies the .NET Framework version.
public Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<FluentT> WithNetFrameworkVersion (Microsoft.Azure.Management.AppService.Fluent.NetFrameworkVersion version);
abstract member WithNetFrameworkVersion : Microsoft.Azure.Management.AppService.Fluent.NetFrameworkVersion -> Microsoft.Azure.Management.AppService.Fluent.WebAppBase.Update.IUpdate<'FluentT>
Public Function WithNetFrameworkVersion (version As NetFrameworkVersion) As IUpdate(Of FluentT)
Parameters
- version
- NetFrameworkVersion
The .NET Framework version.