| Modifier and Type | Method and Description |
|---|---|
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.withMinorVersions(List<StackMinorVersion> minorVersions)
Set minor versions associated with the major version.
|
StackMajorVersion |
StackMajorVersion.withRuntimeVersion(String runtimeVersion)
Set application stack major version (runtime only).
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/