| Package | Description |
|---|---|
| com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
| Modifier and Type | Field and Description |
|---|---|
static NetFrameworkVersion |
NetFrameworkVersion.V3_0
Static value v3.5 for NetFrameworkVersion.
|
static NetFrameworkVersion |
NetFrameworkVersion.V4_6
Static value v4.6 for NetFrameworkVersion.
|
| Modifier and Type | Method and Description |
|---|---|
static NetFrameworkVersion |
NetFrameworkVersion.fromString(String name)
Finds or creates a .NET Framework version based on the name.
|
NetFrameworkVersion |
WebAppBase.netFrameworkVersion() |
| Modifier and Type | Method and Description |
|---|---|
static Collection<NetFrameworkVersion> |
NetFrameworkVersion.values() |
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.