public abstract static class FunctionRuntimeHandler.Builder<T extends FunctionRuntimeHandler.Builder<T>> extends BaseRuntimeHandler.Builder<T>
| Modifier and Type | Field and Description |
|---|---|
protected IDockerCredentialProvider |
dockerCredentialProvider |
protected FunctionExtensionVersion |
functionExtensionVersion |
protected com.microsoft.azure.management.appservice.JavaVersion |
javaVersion |
protected RuntimeConfiguration |
runtimeConfiguration |
appName, azure, image, pricingTier, region, registryUrl, resourceGroup, servicePlanName, servicePlanResourceGroup| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
abstract FunctionRuntimeHandler |
build() |
T |
dockerCredentialProvider(IDockerCredentialProvider value) |
T |
functionExtensionVersion(FunctionExtensionVersion value) |
T |
javaVersion(com.microsoft.azure.management.appservice.JavaVersion value) |
T |
runtime(RuntimeConfiguration value) |
protected abstract T |
self() |
appName, azure, image, pricingTier, region, registryUrl, resourceGroup, servicePlanName, servicePlanResourceGroupprotected FunctionExtensionVersion functionExtensionVersion
protected RuntimeConfiguration runtimeConfiguration
protected IDockerCredentialProvider dockerCredentialProvider
protected com.microsoft.azure.management.appservice.JavaVersion javaVersion
public T functionExtensionVersion(FunctionExtensionVersion value)
public T runtime(RuntimeConfiguration value)
public T dockerCredentialProvider(IDockerCredentialProvider value)
public T javaVersion(com.microsoft.azure.management.appservice.JavaVersion value)
public abstract FunctionRuntimeHandler build()
build in class BaseRuntimeHandler.Builder<T extends FunctionRuntimeHandler.Builder<T>>protected abstract T self()
self in class BaseRuntimeHandler.Builder<T extends FunctionRuntimeHandler.Builder<T>>Copyright © 2020. All rights reserved.