Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ApplicationStack
Packages that use ApplicationStack
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of ApplicationStack in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ApplicationStackModifier and TypeMethodDescriptionstatic ApplicationStackApplicationStack.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationStack from the JsonReader.ApplicationStack.withDependency(String dependency) Set the dependency property: Application stack dependency.ApplicationStack.withDisplay(String display) Set the display property: Application stack display name.ApplicationStack.withFrameworks(List<ApplicationStack> frameworks) Set the frameworks property: List of frameworks associated with application stack.ApplicationStack.withIsDeprecated(List<ApplicationStack> isDeprecated) Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.ApplicationStack.withMajorVersions(List<StackMajorVersion> majorVersions) Set the majorVersions property: List of major versions available.Set the name property: Application stack name.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ApplicationStackModifier and TypeMethodDescriptionApplicationStack.frameworks()Get the frameworks property: List of frameworks associated with application stack.ApplicationStackResourceInner.frameworks()Get the frameworks property: List of frameworks associated with application stack.ApplicationStack.isDeprecated()Get the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.ApplicationStackResourceInner.isDeprecated()Get the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.Method parameters in com.azure.resourcemanager.appservice.fluent.models with type arguments of type ApplicationStackModifier and TypeMethodDescriptionApplicationStack.withFrameworks(List<ApplicationStack> frameworks) Set the frameworks property: List of frameworks associated with application stack.ApplicationStackResourceInner.withFrameworks(List<ApplicationStack> frameworks) Set the frameworks property: List of frameworks associated with application stack.ApplicationStack.withIsDeprecated(List<ApplicationStack> isDeprecated) Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.ApplicationStackResourceInner.withIsDeprecated(List<ApplicationStack> isDeprecated) Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.