public class WindowsFunctionRuntimeHandler extends FunctionRuntimeHandler
| Modifier and Type | Class and Description |
|---|---|
static class |
WindowsFunctionRuntimeHandler.Builder |
| Modifier and Type | Field and Description |
|---|---|
private static String |
HOST_JAVA_VERSION |
private static String |
HOST_JAVA_VERSION_OFF |
private static String |
HOST_JAVA_VERSION_UPDATE |
dockerCredentialProvider, functionExtensionVersion, javaVersion, runtimeConfigurationappName, azure, image, pricingTier, region, registryUrl, resourceGroup, servicePlanName, servicePlanResourceGroup| Modifier | Constructor and Description |
|---|---|
protected |
WindowsFunctionRuntimeHandler(WindowsFunctionRuntimeHandler.Builder builder) |
| Modifier and Type | Method and Description |
|---|---|
com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithCreate |
defineAppWithRuntime() |
com.microsoft.azure.management.appservice.FunctionApp.Update |
updateAppRuntime(com.microsoft.azure.management.appservice.FunctionApp app) |
com.microsoft.azure.management.appservice.WebAppBase.Update<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> |
updateDeploymentSlot(com.microsoft.azure.management.appservice.FunctionDeploymentSlot deploymentSlot) |
changeAppServicePlan, createDeploymentSlot, defineFunction, getResourceGroupgetAppServicePlan, updateAppServicePlanprivate static final String HOST_JAVA_VERSION
private static final String HOST_JAVA_VERSION_OFF
private static final String HOST_JAVA_VERSION_UPDATE
protected WindowsFunctionRuntimeHandler(WindowsFunctionRuntimeHandler.Builder builder)
public com.microsoft.azure.management.appservice.FunctionApp.DefinitionStages.WithCreate defineAppWithRuntime()
defineAppWithRuntime in interface RuntimeHandler<com.microsoft.azure.management.appservice.FunctionApp>defineAppWithRuntime in class FunctionRuntimeHandlerpublic com.microsoft.azure.management.appservice.FunctionApp.Update updateAppRuntime(com.microsoft.azure.management.appservice.FunctionApp app)
updateAppRuntime in interface RuntimeHandler<com.microsoft.azure.management.appservice.FunctionApp>updateAppRuntime in class FunctionRuntimeHandlerpublic com.microsoft.azure.management.appservice.WebAppBase.Update<com.microsoft.azure.management.appservice.FunctionDeploymentSlot> updateDeploymentSlot(com.microsoft.azure.management.appservice.FunctionDeploymentSlot deploymentSlot)
updateDeploymentSlot in class FunctionRuntimeHandlerCopyright © 2020. All rights reserved.