public abstract static class BaseRuntimeHandler.Builder<T extends BaseRuntimeHandler.Builder<T>> extends Object
| Modifier and Type | Field and Description |
|---|---|
protected String |
appName |
protected com.microsoft.azure.management.Azure |
azure |
protected String |
image |
protected com.microsoft.azure.management.appservice.PricingTier |
pricingTier |
protected com.microsoft.azure.management.resources.fluentcore.arm.Region |
region |
protected String |
registryUrl |
protected String |
resourceGroup |
protected String |
servicePlanName |
protected String |
servicePlanResourceGroup |
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
appName(String value) |
T |
azure(com.microsoft.azure.management.Azure value) |
abstract BaseRuntimeHandler |
build() |
T |
image(String value) |
T |
pricingTier(com.microsoft.azure.management.appservice.PricingTier value) |
T |
region(com.microsoft.azure.management.resources.fluentcore.arm.Region value) |
T |
registryUrl(String value) |
T |
resourceGroup(String value) |
protected abstract T |
self() |
T |
servicePlanName(String value) |
T |
servicePlanResourceGroup(String value) |
protected String appName
protected String resourceGroup
protected com.microsoft.azure.management.resources.fluentcore.arm.Region region
protected com.microsoft.azure.management.appservice.PricingTier pricingTier
protected String servicePlanName
protected String servicePlanResourceGroup
protected com.microsoft.azure.management.Azure azure
protected String image
protected String registryUrl
public T region(com.microsoft.azure.management.resources.fluentcore.arm.Region value)
public T pricingTier(com.microsoft.azure.management.appservice.PricingTier value)
public T azure(com.microsoft.azure.management.Azure value)
public abstract BaseRuntimeHandler build()
protected abstract T self()
Copyright © 2020. All rights reserved.