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