ApplicationStack Class
- java.
lang. Object - com.
azure. resourcemanager. appservice. fluent. models. ApplicationStack
- com.
Implements
public final class ApplicationStack
implements JsonSerializable<ApplicationStack>
Application stack.
Constructor Summary
Constructor | Description |
---|---|
ApplicationStack() |
Creates an instance of Application |
Method Summary
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<Application |
frameworks()
Get the frameworks property: List of frameworks associated with application stack. |
static
Application |
fromJson(JsonReader jsonReader)
Reads an instance of Application |
List<Application |
isDeprecated()
Get the is |
List<Stack |
majorVersions()
Get the major |
String |
name()
Get the name property: Application stack name. |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Application |
withDependency(String dependency)
Set the dependency property: Application stack dependency. |
Application |
withDisplay(String display)
Set the display property: Application stack display name. |
Application |
withFrameworks(List<ApplicationStack> frameworks)
Set the frameworks property: List of frameworks associated with application stack. |
Application |
withIsDeprecated(List<ApplicationStack> isDeprecated)
Set the is |
Application |
withMajorVersions(List<StackMajorVersion> majorVersions)
Set the major |
Application |
withName(String name)
Set the name property: Application stack name. |
Methods inherited from java.lang.Object
Constructor Details
ApplicationStack
public ApplicationStack()
Creates an instance of ApplicationStack class.
Method Details
dependency
public String dependency()
Get the dependency property: Application stack dependency.
Returns:
display
public String display()
Get the display property: Application stack display name.
Returns:
frameworks
public List
Get the frameworks property: List of frameworks associated with application stack.
Returns:
fromJson
public static ApplicationStack fromJson(JsonReader jsonReader)
Reads an instance of ApplicationStack from the JsonReader.
Parameters:
Returns:
Throws:
isDeprecated
public List
Get the isDeprecated property: true
if this is the stack is deprecated; otherwise, false
.
Returns:
majorVersions
public List
Get the majorVersions property: List of major versions available.
Returns:
name
public String name()
Get the name property: Application stack name.
Returns:
toJson
validate
public void validate()
Validates the instance.
withDependency
public ApplicationStack withDependency(String dependency)
Set the dependency property: Application stack dependency.
Parameters:
Returns:
withDisplay
public ApplicationStack withDisplay(String display)
Set the display property: Application stack display name.
Parameters:
Returns:
withFrameworks
public ApplicationStack withFrameworks(List
Set the frameworks property: List of frameworks associated with application stack.
Parameters:
Returns:
withIsDeprecated
public ApplicationStack withIsDeprecated(List
Set the isDeprecated property: true
if this is the stack is deprecated; otherwise, false
.
Parameters:
Returns:
withMajorVersions
public ApplicationStack withMajorVersions(List
Set the majorVersions property: List of major versions available.
Parameters:
Returns:
withName
public ApplicationStack withName(String name)
Set the name property: Application stack name.
Parameters:
Returns:
Applies to
Azure SDK for Java