Uses of Class
com.azure.resourcemanager.appservice.fluent.models.FunctionAppStackInner
-
Packages that use FunctionAppStackInner Package Description com.azure.resourcemanager.appservice.fluent Package containing the service clients for WebSiteManagementClient.com.azure.resourcemanager.appservice.fluent.models Package containing the inner data models for WebSiteManagementClient.com.azure.resourcemanager.appservice.models 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 FunctionAppStackInner Modifier and Type Method Description com.azure.core.http.rest.PagedIterable<FunctionAppStackInner>ProvidersClient. getFunctionAppStacks()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)Description for Get available Function app frameworks and their versions.com.azure.core.http.rest.PagedFlux<FunctionAppStackInner>ProvidersClient. getFunctionAppStacksAsync()Description for Get available Function app frameworks and their versions.com.azure.core.http.rest.PagedFlux<FunctionAppStackInner>ProvidersClient. getFunctionAppStacksAsync(ProviderStackOsType stackOsType)Description for Get available Function app frameworks and their versions.com.azure.core.http.rest.PagedIterable<FunctionAppStackInner>ProvidersClient. getFunctionAppStacksForLocation(String 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)Description for Get available Function app frameworks and their versions for location.com.azure.core.http.rest.PagedFlux<FunctionAppStackInner>ProvidersClient. getFunctionAppStacksForLocationAsync(String 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)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 FunctionAppStackInner Modifier and Type Method Description FunctionAppStackInnerFunctionAppStackInner. withKind(String kind)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 FunctionAppStackInner Modifier and Type Method Description List<FunctionAppStackInner>FunctionAppStackCollection. value()Get the value property: Collection of resources.Method parameters in com.azure.resourcemanager.appservice.models with type arguments of type FunctionAppStackInner Modifier and Type Method Description FunctionAppStackCollectionFunctionAppStackCollection. withValue(List<FunctionAppStackInner> value)Set the value property: Collection of resources.
-