| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
StackMinorVersion |
StackMinorVersion.withDisplayVersion(String displayVersion)
Set the displayVersion property: Application stack minor version (display only).
|
StackMinorVersion |
StackMinorVersion.withIsDefault(Boolean isDefault)
Set the isDefault property: <code>true</code> if this is the default minor version; otherwise,
<code>false</code>.
|
StackMinorVersion |
StackMinorVersion.withIsRemoteDebuggingEnabled(Boolean isRemoteDebuggingEnabled)
Set the isRemoteDebuggingEnabled property: <code>true</code> if this supports Remote Debugging,
otherwise <code>false</code>.
|
StackMinorVersion |
StackMinorVersion.withRuntimeVersion(String runtimeVersion)
Set the runtimeVersion property: Application stack minor version (runtime only).
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.