StackMajorVersion Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Application stack major version.
public class StackMajorVersion
type StackMajorVersion = class
Public Class StackMajorVersion
- Inheritance
-
StackMajorVersion
Constructors
StackMajorVersion() |
Initializes a new instance of the StackMajorVersion class. |
StackMajorVersion(String, String, Nullable<Boolean>, IList<StackMinorVersion>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, Nullable<Boolean>, IDictionary<String,Object>, IDictionary<String,Object>) |
Initializes a new instance of the StackMajorVersion class. |
Properties
ApplicationInsights |
Gets or sets <code>true</code> if this supports Application Insights; otherwise, <code>false</code>. |
AppSettingsDictionary |
Gets or sets <appSettings> <appSetting name="FUNCTIONS_WORKER_RUNTIME" value="dotnet" /> </appSettings> Example: All the function apps need AppSetting: "FUNCTIONS_WORKER_RUNTIME" to be set stack name |
DisplayVersion |
Gets or sets application stack major version (display only). |
IsDefault |
Gets or sets <code>true</code> if this is the default major version; otherwise, <code>false</code>. |
IsDeprecated |
Gets or sets <code>true</code> if this stack has been deprecated, otherwise <code>false</code>. |
IsHidden |
Gets or sets <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>. |
IsPreview |
Gets or sets <code>true</code> if this stack is in Preview, otherwise <code>false</code>. |
MinorVersions |
Gets or sets minor versions associated with the major version. |
RuntimeVersion |
Gets or sets application stack major version (runtime only). |
SiteConfigPropertiesDictionary |
Gets or sets <siteConfigProperties> <siteConfigProperty name="Use32BitWorkerProcess" value="false" /> </siteConfigProperties> Example: All Linux Function Apps, need Use32BitWorkerProcess to be set to 0 |
Applies to
Azure SDK for .NET