Package | Description |
---|---|
com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
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.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 © 2019. All rights reserved.