| Modifier and Type | Method and Description |
|---|---|
StackMajorVersion |
StackMajorVersion.withApplicationInsights(Boolean applicationInsights)
Set <code>true</code> if this supports Application Insights; otherwise, <code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withDisplayVersion(String displayVersion)
Set application stack major version (display only).
|
StackMajorVersion |
StackMajorVersion.withIsDefault(Boolean isDefault)
Set <code>true</code> if this is the default major version; otherwise, <code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withIsDeprecated(Boolean isDeprecated)
Set <code>true</code> if this stack has been deprecated, otherwise <code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withIsHidden(Boolean isHidden)
Set <code>true</code> if this stack should be hidden for new customers on portal, otherwise <code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withIsPreview(Boolean isPreview)
Set <code>true</code> if this stack is in Preview, otherwise <code>false</code>.
|
StackMajorVersion |
StackMajorVersion.withMinorVersions(List<StackMinorVersion> minorVersions)
Set minor versions associated with the major version.
|
StackMajorVersion |
StackMajorVersion.withRuntimeVersion(String runtimeVersion)
Set application stack major version (runtime only).
|
| Modifier and Type | Method and Description |
|---|---|
List<StackMajorVersion> |
ApplicationStack.majorVersions()
Get list of major versions available.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationStack |
ApplicationStack.withMajorVersions(List<StackMajorVersion> majorVersions)
Set list of major versions available.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/