| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Field and Description |
|---|---|
static ProviderStackOsType |
ProviderStackOsType.ALL
Static value All for ProviderStackOsType.
|
static ProviderStackOsType |
ProviderStackOsType.LINUX
Static value Linux for ProviderStackOsType.
|
static ProviderStackOsType |
ProviderStackOsType.WINDOWS
Static value Windows for ProviderStackOsType.
|
| Modifier and Type | Method and Description |
|---|---|
static ProviderStackOsType |
ProviderStackOsType.fromString(String name)
Creates or finds a ProviderStackOsType from its string representation.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.