Uses of Class
com.azure.resourcemanager.appservice.fluent.models.ApplicationStackResourceInner
Packages that use ApplicationStackResourceInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
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.