Uses of Class
com.azure.resourcemanager.appservice.fluent.models.FunctionAppStackInner
Packages that use FunctionAppStackInner
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 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 FunctionAppStackInner
FunctionAppStackInner.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of FunctionAppStackInner from the JsonReader.Set the kind property: Kind of resource. -
Uses of FunctionAppStackInner in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type FunctionAppStackInnerModifier and TypeMethodDescriptionFunctionAppStackCollection.value()
Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type FunctionAppStackInnerModifier and TypeMethodDescriptionFunctionAppStackCollection.withValue
(List<FunctionAppStackInner> value) Set the value property: Collection of resources.