StackMajorVersion Class

Definition

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>)

Initializes a new instance of the StackMajorVersion class.

Properties

ApplicationInsights

Gets or sets &lt;code&gt;true&lt;/code&gt; if this supports Application Insights; otherwise, &lt;code&gt;false&lt;/code&gt;.

DisplayVersion

Gets or sets application stack major version (display only).

IsDefault

Gets or sets &lt;code&gt;true&lt;/code&gt; if this is the default major version; otherwise, &lt;code&gt;false&lt;/code&gt;.

IsDeprecated

Gets or sets &lt;code&gt;true&lt;/code&gt; if this stack has been deprecated, otherwise &lt;code&gt;false&lt;/code&gt;.

IsHidden

Gets or sets &lt;code&gt;true&lt;/code&gt; if this stack should be hidden for new customers on portal, otherwise &lt;code&gt;false&lt;/code&gt;.

IsPreview

Gets or sets &lt;code&gt;true&lt;/code&gt; if this stack is in Preview, otherwise &lt;code&gt;false&lt;/code&gt;.

MinorVersions

Gets or sets minor versions associated with the major version.

RuntimeVersion

Gets or sets application stack major version (runtime only).

Applies to