Uses of Class
com.azure.resourcemanager.appservice.fluent.models.WebAppStackInner
Packages that use WebAppStackInner
Package
Description
Package containing the service clients for AppService.
Package containing the inner data models for AppService.
-
Uses of WebAppStackInner in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent that return types with arguments of type WebAppStackInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<WebAppStackInner> ProvidersClient.getWebAppStacks()Get available Web app frameworks and their versions Description for Get available Web app frameworks and their versions.com.azure.core.http.rest.PagedIterable<WebAppStackInner> ProvidersClient.getWebAppStacks(ProviderStackOsType stackOsType, com.azure.core.util.Context context) Get available Web app frameworks and their versions Description for Get available Web app frameworks and their versions.com.azure.core.http.rest.PagedFlux<WebAppStackInner> ProvidersClient.getWebAppStacksAsync()Get available Web app frameworks and their versions Description for Get available Web app frameworks and their versions.com.azure.core.http.rest.PagedFlux<WebAppStackInner> ProvidersClient.getWebAppStacksAsync(ProviderStackOsType stackOsType) Get available Web app frameworks and their versions Description for Get available Web app frameworks and their versions.com.azure.core.http.rest.PagedIterable<WebAppStackInner> ProvidersClient.getWebAppStacksForLocation(String location) Get available Web app frameworks and their versions for location Description for Get available Web app frameworks and their versions for location.com.azure.core.http.rest.PagedIterable<WebAppStackInner> ProvidersClient.getWebAppStacksForLocation(String location, ProviderStackOsType stackOsType, com.azure.core.util.Context context) Get available Web app frameworks and their versions for location Description for Get available Web app frameworks and their versions for location.com.azure.core.http.rest.PagedFlux<WebAppStackInner> ProvidersClient.getWebAppStacksForLocationAsync(String location) Get available Web app frameworks and their versions for location Description for Get available Web app frameworks and their versions for location.com.azure.core.http.rest.PagedFlux<WebAppStackInner> ProvidersClient.getWebAppStacksForLocationAsync(String location, ProviderStackOsType stackOsType) Get available Web app frameworks and their versions for location Description for Get available Web app frameworks and their versions for location. -
Uses of WebAppStackInner in com.azure.resourcemanager.appservice.fluent.models
Methods in com.azure.resourcemanager.appservice.fluent.models that return WebAppStackInnerModifier and TypeMethodDescriptionstatic WebAppStackInnerWebAppStackInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of WebAppStackInner from the JsonReader.