Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ApplicationStackResourceInner
Packages that use ApplicationStackResourceInner
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the inner data models for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ApplicationStackResourceInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type ApplicationStackResourceInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable
<ApplicationStackResourceInner> ProvidersClient.getAvailableStacks()
Get available application frameworks and their versions Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedIterable
<ApplicationStackResourceInner> ProvidersClient.getAvailableStacks
(ProviderOsTypeSelected osTypeSelected, com.azure.core.util.Context context) Get available application frameworks and their versions Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedFlux
<ApplicationStackResourceInner> ProvidersClient.getAvailableStacksAsync()
Get available application frameworks and their versions Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedFlux
<ApplicationStackResourceInner> ProvidersClient.getAvailableStacksAsync
(ProviderOsTypeSelected osTypeSelected) Get available application frameworks and their versions Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedIterable
<ApplicationStackResourceInner> ProvidersClient.list()
Get available application frameworks and their versions Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedIterable
<ApplicationStackResourceInner> ProvidersClient.list
(ProviderOsTypeSelected osTypeSelected, com.azure.core.util.Context context) Get available application frameworks and their versions Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedFlux
<ApplicationStackResourceInner> ProvidersClient.listAsync()
Get available application frameworks and their versions Description for Get available application frameworks and their versions.com.azure.core.http.rest.PagedFlux
<ApplicationStackResourceInner> ProvidersClient.listAsync
(ProviderOsTypeSelected osTypeSelected) Get available application frameworks and their versions Description for Get available application frameworks and their versions. -
Uses of ApplicationStackResourceInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return ApplicationStackResourceInnerModifier and TypeMethodDescriptionApplicationStackResourceInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of ApplicationStackResourceInner from the JsonReader.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>.Set the kind property: Kind of resource.ApplicationStackResourceInner.withMajorVersions
(List<StackMajorVersion> majorVersions) Set the majorVersions property: List of major versions available.ApplicationStackResourceInner.withNamePropertiesName
(String name) Set the name property: Application stack name. -
Uses of ApplicationStackResourceInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ApplicationStackResourceInnerModifier and TypeMethodDescriptionApplicationStackCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type ApplicationStackResourceInnerModifier and TypeMethodDescriptionApplicationStackCollection.withValue
(List<ApplicationStackResourceInner> value) Set the value property: Collection of resources.