Uses of Class
com.azure.resourcemanager.appservice.models.ProviderStackOsType
Packages that use ProviderStackOsType
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of ProviderStackOsType in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type ProviderStackOsTypeModifier and TypeMethodDescriptioncom.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(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, 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, ProviderStackOsType stackOsType) 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<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(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, 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, 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 ProviderStackOsType in com.azure.resourcemanager.appservice.models
Subclasses with type arguments of type ProviderStackOsType in com.azure.resourcemanager.appservice.modelsModifier and TypeClassDescriptionfinal classDefines values for ProviderStackOsType.Fields in com.azure.resourcemanager.appservice.models declared as ProviderStackOsTypeModifier and TypeFieldDescriptionstatic final ProviderStackOsTypeProviderStackOsType.ALLStatic value All for ProviderStackOsType.static final ProviderStackOsTypeProviderStackOsType.LINUXStatic value Linux for ProviderStackOsType.static final ProviderStackOsTypeProviderStackOsType.WINDOWSStatic value Windows for ProviderStackOsType.Methods in com.azure.resourcemanager.appservice.models that return ProviderStackOsTypeModifier and TypeMethodDescriptionstatic ProviderStackOsTypeProviderStackOsType.fromString(String name) Creates or finds a ProviderStackOsType from its string representation.Methods in com.azure.resourcemanager.appservice.models that return types with arguments of type ProviderStackOsTypeModifier and TypeMethodDescriptionstatic Collection<ProviderStackOsType> ProviderStackOsType.values()Gets known ProviderStackOsType values.