| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ApplicationStack |
ApplicationStack.withDependency(String dependency)
Set the dependency property: Application stack dependency.
|
ApplicationStack |
ApplicationStack.withDisplay(String display)
Set the display property: Application stack display name.
|
ApplicationStack |
ApplicationStack.withFrameworks(List<ApplicationStack> frameworks)
Set the frameworks property: List of frameworks associated with application stack.
|
ApplicationStack |
ApplicationStack.withIsDeprecated(List<ApplicationStack> isDeprecated)
Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise,
<code>false</code>.
|
ApplicationStack |
ApplicationStack.withMajorVersions(List<StackMajorVersion> majorVersions)
Set the majorVersions property: List of major versions available.
|
ApplicationStack |
ApplicationStack.withName(String name)
Set the name property: Application stack name.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.