| Package | Description |
|---|---|
| com.microsoft.azure.management.appservice |
This package contains the classes for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StackMinorVersion |
StackMinorVersion.withDisplayVersion(String displayVersion)
Set application stack minor version (display only).
|
StackMinorVersion |
StackMinorVersion.withIsDefault(Boolean isDefault)
Set <code>true</code> if this is the default minor version; otherwise, <code>false</code>.
|
StackMinorVersion |
StackMinorVersion.withIsRemoteDebuggingEnabled(Boolean isRemoteDebuggingEnabled)
Set <code>true</code> if this supports Remote Debugging, otherwise <code>false</code>.
|
StackMinorVersion |
StackMinorVersion.withRuntimeVersion(String runtimeVersion)
Set application stack minor version (runtime only).
|
| Modifier and Type | Method and Description |
|---|---|
List<StackMinorVersion> |
StackMajorVersion.minorVersions()
Get minor versions associated with the major version.
|
| Modifier and Type | Method and Description |
|---|---|
StackMajorVersion |
StackMajorVersion.withMinorVersions(List<StackMinorVersion> minorVersions)
Set minor versions associated with the major version.
|
Copyright © 2019. All rights reserved.