Uses of Class
com.microsoft.azure.toolkit.lib.appservice.config.RuntimeConfig
-
Packages that use RuntimeConfig Package Description com.microsoft.azure.toolkit.lib.appservice.config com.microsoft.azure.toolkit.lib.appservice.task com.microsoft.azure.toolkit.lib.appservice.utils -
-
Uses of RuntimeConfig in com.microsoft.azure.toolkit.lib.appservice.config
Fields in com.microsoft.azure.toolkit.lib.appservice.config declared as RuntimeConfig Modifier and Type Field Description private RuntimeConfigAppServiceConfig. runtime -
Uses of RuntimeConfig in com.microsoft.azure.toolkit.lib.appservice.task
Methods in com.microsoft.azure.toolkit.lib.appservice.task with parameters of type RuntimeConfig Modifier and Type Method Description private DockerConfigurationCreateOrUpdateFunctionAppTask. getDockerConfiguration(RuntimeConfig runtime)private DockerConfigurationCreateOrUpdateWebAppTask. getDockerConfiguration(RuntimeConfig runtime)private RuntimeCreateOrUpdateFunctionAppTask. getRuntime(RuntimeConfig runtime)private RuntimeCreateOrUpdateWebAppTask. getRuntime(RuntimeConfig runtime) -
Uses of RuntimeConfig in com.microsoft.azure.toolkit.lib.appservice.utils
Methods in com.microsoft.azure.toolkit.lib.appservice.utils with parameters of type RuntimeConfig Modifier and Type Method Description private static voidAppServiceConfigUtils. mergeRuntime(RuntimeConfig to, RuntimeConfig from)
-