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(ProviderStackOsType stackOsType) |
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) |
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.
|
com.azure.core.http.rest.PagedIterable<WebAppStackInner> |
ProvidersClient.getWebAppStacks(ProviderStackOsType stackOsType,
com.azure.core.util.Context context) |
Description for Get available Web app frameworks and their versions.
|
com.azure.core.http.rest.PagedFlux<WebAppStackInner> |
ProvidersClient.getWebAppStacksAsync(ProviderStackOsType stackOsType) |
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) |
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) |
Description for Get available Web app frameworks and their versions for location.
|