Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ApplicationStack
-
Packages that use ApplicationStack Package Description com.azure.resourcemanager.appservice.fluent.models 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 ApplicationStack Modifier and Type Method Description ApplicationStackApplicationStack. withDependency(String dependency)Set the dependency property: Application stack dependency.ApplicationStackApplicationStack. withDisplay(String display)Set the display property: Application stack display name.ApplicationStackApplicationStack. withFrameworks(List<ApplicationStack> frameworks)Set the frameworks property: List of frameworks associated with application stack.ApplicationStackApplicationStack. withIsDeprecated(List<ApplicationStack> isDeprecated)Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.ApplicationStackApplicationStack. withMajorVersions(List<StackMajorVersion> majorVersions)Set the majorVersions property: List of major versions available.ApplicationStackApplicationStack. withName(String name)Set the name property: Application stack name.Methods in com.azure.resourcemanager.appservice.fluent.models that return types with arguments of type ApplicationStack Modifier and Type Method Description List<ApplicationStack>ApplicationStack. frameworks()Get the frameworks property: List of frameworks associated with application stack.List<ApplicationStack>ApplicationStackResourceInner. frameworks()Get the frameworks property: List of frameworks associated with application stack.List<ApplicationStack>ApplicationStack. isDeprecated()Get the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.List<ApplicationStack>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 ApplicationStack Modifier and Type Method Description ApplicationStackApplicationStack. withFrameworks(List<ApplicationStack> frameworks)Set the frameworks property: List of frameworks associated with application stack.ApplicationStackResourceInnerApplicationStackResourceInner. withFrameworks(List<ApplicationStack> frameworks)Set the frameworks property: List of frameworks associated with application stack.ApplicationStackApplicationStack. withIsDeprecated(List<ApplicationStack> isDeprecated)Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.ApplicationStackResourceInnerApplicationStackResourceInner. withIsDeprecated(List<ApplicationStack> isDeprecated)Set the isDeprecated property: <code>true</code> if this is the stack is deprecated; otherwise, <code>false</code>.
-