public class ApplicationStackResourceInner extends ProxyOnlyResource
| Constructor and Description |
|---|
ApplicationStackResourceInner() |
| Modifier and Type | Method and Description |
|---|---|
String |
dependency()
Get the dependency property: Application stack dependency.
|
String |
display()
Get the display property: Application stack display name.
|
List<ApplicationStack> |
frameworks()
Get the frameworks property: List of frameworks associated with application stack.
|
List<ApplicationStack> |
isDeprecated()
Get the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise,
<code>false</code>.
|
List<StackMajorVersion> |
majorVersions()
Get the majorVersions property: List of major versions available.
|
String |
namePropertiesName()
Get the namePropertiesName property: Application stack name.
|
void |
validate()
Validates the instance.
|
ApplicationStackResourceInner |
withDependency(String dependency)
Set the dependency property: Application stack dependency.
|
ApplicationStackResourceInner |
withDisplay(String display)
Set the display property: Application stack display name.
|
ApplicationStackResourceInner |
withFrameworks(List<ApplicationStack> frameworks)
Set the frameworks property: List of frameworks associated with application stack.
|
ApplicationStackResourceInner |
withIsDeprecated(List<ApplicationStack> isDeprecated)
Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise,
<code>false</code>.
|
ApplicationStackResourceInner |
withKind(String kind)
Set the kind property: Kind of resource.
|
ApplicationStackResourceInner |
withMajorVersions(List<StackMajorVersion> majorVersions)
Set the majorVersions property: List of major versions available.
|
ApplicationStackResourceInner |
withNamePropertiesName(String namePropertiesName)
Set the namePropertiesName property: Application stack name.
|
kindpublic String namePropertiesName()
public ApplicationStackResourceInner withNamePropertiesName(String namePropertiesName)
namePropertiesName - the namePropertiesName value to set.public String display()
public ApplicationStackResourceInner withDisplay(String display)
display - the display value to set.public String dependency()
public ApplicationStackResourceInner withDependency(String dependency)
dependency - the dependency value to set.public List<StackMajorVersion> majorVersions()
public ApplicationStackResourceInner withMajorVersions(List<StackMajorVersion> majorVersions)
majorVersions - the majorVersions value to set.public List<ApplicationStack> frameworks()
public ApplicationStackResourceInner withFrameworks(List<ApplicationStack> frameworks)
frameworks - the frameworks value to set.public List<ApplicationStack> isDeprecated()
public ApplicationStackResourceInner withIsDeprecated(List<ApplicationStack> isDeprecated)
isDeprecated - the isDeprecated value to set.public ApplicationStackResourceInner withKind(String kind)
withKind in class ProxyOnlyResourcekind - the kind value to set.public void validate()
validate in class ProxyOnlyResourceIllegalArgumentException - thrown if the instance is not valid.Copyright © 2021 Microsoft Corporation. All rights reserved.