Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- appInsightsKey() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Specifies the instrumentation key of application insights which will bind to your function app
- appName() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
App name for azure function project.
- appName(OutputTargetBuildItem, AzureFunctionsConfig) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- appServiceClient - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- appServicePlanName() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Specifies the name of the existing App Service Plan when you do not want to create a new one.
- appServicePlanResourceGroup() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
The app service plan resource group.
- appSettings - Static variable in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Specifies the application settings for your Azure Functions, which are defined in name-value pairs
- auth() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
- AZURE_FUNCTIONS - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- AZURE_FUNCTIONS_JAVA_LIBRARY - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- AzureFunctionBuildItem - Class in io.quarkus.azure.functions.deployment
- AzureFunctionBuildItem(String, Class, Method) - Constructor for class io.quarkus.azure.functions.deployment.AzureFunctionBuildItem
- AzureFunctionsAppNameBuildItem - Class in io.quarkus.azure.functions.deployment
- AzureFunctionsAppNameBuildItem(String) - Constructor for class io.quarkus.azure.functions.deployment.AzureFunctionsAppNameBuildItem
- AzureFunctionsConfig - Interface in io.quarkus.azure.functions.deployment
-
Azure Functions configuration.
- AzureFunctionsConfig.AuthConfig - Interface in io.quarkus.azure.functions.deployment
- AzureFunctionsConfig.RuntimeConfig - Interface in io.quarkus.azure.functions.deployment
- AzureFunctionsDeployCommand - Class in io.quarkus.azure.functions.deployment
- AzureFunctionsDeployCommand() - Constructor for class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- AzureFunctionsDeployCommand.QuarkusAzureMessager - Class in io.quarkus.azure.functions.deployment
- AzureFunctionsDotNames - Class in io.quarkus.azure.functions.deployment
- AzureFunctionsDotNames() - Constructor for class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
- AzureFunctionsProcessor - Class in io.quarkus.azure.functions.deployment
- AzureFunctionsProcessor() - Constructor for class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- AzureFunctionsRunCommand - Class in io.quarkus.azure.functions.deployment
- AzureFunctionsRunCommand() - Constructor for class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
B
- BLOB_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
C
- checkRuntimeExistence(CommandHandler) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
- checkSubscription(List<Subscription>, String) - Static method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- client() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.AuthConfig
-
Client or App Id required if using managed_identity type
- compareTo(SubscriptionOption) - Method in class io.quarkus.azure.functions.deployment.SubscriptionOption
- configBuilder(SmallRyeConfigBuilder) - Method in class io.quarkus.azure.functions.deployment.ConfigurationCustomizer
- ConfigurationCustomizer - Class in io.quarkus.azure.functions.deployment
-
A configuration customizer to change the default packaging to legacy-jar.
- ConfigurationCustomizer() - Constructor for class io.quarkus.azure.functions.deployment.ConfigurationCustomizer
- copyHostJson(Path, Path) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- copyJarsToStageDirectory(JarBuildItem, Path) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- copyLocalSettingsJson(Path, Path) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- COSMOS_DB_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
- createOrUpdateResource(FunctionAppConfig) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
D
- declare(BuildProducer<DeployCommandDeclarationBuildItem>) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- decorateValue(Object, IAzureMessage) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand.QuarkusAzureMessager
- deploy(DeployConfig, AzureFunctionsConfig, AzureFunctionsAppNameBuildItem, OutputTargetBuildItem, BuildProducer<DeployCommandActionBuildItem>) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- DeploymentException - Exception Class in io.quarkus.azure.functions.deployment
- DeploymentException(String, Throwable) - Constructor for exception class io.quarkus.azure.functions.deployment.DeploymentException
- disableAppInsights() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Specifies whether to disable application insights for your function app
- doRead(Runnable, AzureTask<?>) - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManager
- doRunAndWait(Runnable, AzureTask<?>) - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManager
- doRunInBackground(Runnable, AzureTask<?>) - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManager
- doRunInModal(Runnable, AzureTask<?>) - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManager
- doRunLater(Runnable, AzureTask<?>) - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManager
- doRunOnPooledThread(Runnable, AzureTask<?>) - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManager
- doWrite(Runnable, AzureTask<?>) - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManager
E
- EVENT_GRID_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
- EVENT_HUB_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
F
- feature() - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- findFunctions(CombinedIndexBuildItem, BuildProducer<AzureFunctionBuildItem>) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- FUNC_CMD - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
- FUNC_HOST_START_CMD - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
- funcPort() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Port to run azure function in local runtime.
- FUNCTION_JSON - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- FUNCTION_NAME - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
G
- getAction(Action.Id<D>) - Method in class io.quarkus.azure.functions.deployment.QuarkusActionManager
- getActionManager() - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureActionManagerProvider
- getAppName() - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsAppNameBuildItem
- getCheckRuntimeCommand() - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
- getDeclaring() - Method in class io.quarkus.azure.functions.deployment.AzureFunctionBuildItem
- getDeploymentStagingDirectoryPath(OutputTargetBuildItem, String) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
- getFunctionName() - Method in class io.quarkus.azure.functions.deployment.AzureFunctionBuildItem
- getGroup(String) - Method in class io.quarkus.azure.functions.deployment.QuarkusActionManager
- getMethod() - Method in class io.quarkus.azure.functions.deployment.AzureFunctionBuildItem
- getObjectWriter() - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- getStartFunctionHostCommand(AzureFunctionsConfig) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
- getSubscription() - Method in class io.quarkus.azure.functions.deployment.SubscriptionOption
- getSubscriptionName() - Method in class io.quarkus.azure.functions.deployment.SubscriptionOption
- getSubscriptionName(Subscription) - Static method in class io.quarkus.azure.functions.deployment.SubscriptionOption
- getTargetSubscriptionId(String, List<Subscription>, List<Subscription>) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- getTaskManager() - Method in class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManagerProvider
H
- HOST_JSON - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- HTTP_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
I
- image() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.RuntimeConfig
-
URL of docker image if deploying via docker
- initAzureAppServiceClient(AzureFunctionsConfig) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- io.quarkus.azure.functions.deployment - package io.quarkus.azure.functions.deployment
- isScoped(Class) - Static method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
J
- javaVersion() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.RuntimeConfig
-
Should be set to at least the minimum Quarkus compatible version
K
- KAFKA_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
L
- LOCAL_SETTINGS_JSON - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- localDebugConfig() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Config String for local debug
- loginAzure(AzureFunctionsConfig.AuthConfig) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
O
- os() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.RuntimeConfig
-
Valid values are linux, windows, and docker
P
- packageFunctions(List<AzureFunctionBuildItem>, OutputTargetBuildItem, AzureFunctionsConfig, PackageConfig, AzureFunctionsAppNameBuildItem, JarBuildItem) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- PARAMETER_ANNOTATIONS - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
- path() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.AuthConfig
-
Filesystem path to properties file if using file type
- pricingTier() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
The pricing tier.
- printCredentialDescription(Account) - Static method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- printCurrentSubscription(AzureAppService) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
Q
- QuarkusActionManager - Class in io.quarkus.azure.functions.deployment
- QuarkusActionManager() - Constructor for class io.quarkus.azure.functions.deployment.QuarkusActionManager
- QuarkusAzureActionManagerProvider - Class in io.quarkus.azure.functions.deployment
- QuarkusAzureActionManagerProvider() - Constructor for class io.quarkus.azure.functions.deployment.QuarkusAzureActionManagerProvider
- QuarkusAzureMessager() - Constructor for class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand.QuarkusAzureMessager
- QuarkusAzureTaskManager - Class in io.quarkus.azure.functions.deployment
- QuarkusAzureTaskManager() - Constructor for class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManager
- QuarkusAzureTaskManagerProvider - Class in io.quarkus.azure.functions.deployment
- QuarkusAzureTaskManagerProvider() - Constructor for class io.quarkus.azure.functions.deployment.QuarkusAzureTaskManagerProvider
- QUEUE_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
R
- region() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Specifies the region where your Azure Functions will be hosted; default value is westus.
- registerAction(Action<D>) - Method in class io.quarkus.azure.functions.deployment.QuarkusActionManager
- registerArc(BuildProducer<UnremovableBeanBuildItem>, BuildProducer<AdditionalBeanBuildItem>, List<AzureFunctionBuildItem>) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- registerGroup(String, ActionGroup) - Method in class io.quarkus.azure.functions.deployment.QuarkusActionManager
- registryUrl() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.RuntimeConfig
-
If using docker, url of registry
- resourceGroup() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Azure Resource Group for your Azure Functions
- run(List<AzureFunctionBuildItem>, OutputTargetBuildItem, AzureFunctionsAppNameBuildItem, AzureFunctionsConfig) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
- runtime() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
- RUNTIME_NOT_FOUND - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsRunCommand
S
- SERVICE_BUS_QUEUE_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
- SERVICE_BUS_TOPIC_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
- show(IAzureMessage) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand.QuarkusAzureMessager
- SUBSCRIPTION_NOT_FOUND - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- SUBSCRIPTION_TEMPLATE - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- subscriptionId - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
- subscriptionId() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
-
Azure subscription id.
- SubscriptionOption - Class in io.quarkus.azure.functions.deployment
- SubscriptionOption(Subscription) - Constructor for class io.quarkus.azure.functions.deployment.SubscriptionOption
T
- tenant() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.AuthConfig
-
Tenant ID required if using oauth2 or device_code type
- TIMER_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
- toAuthConfiguration() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.AuthConfig
- toFunctionAppConfig(String, String) - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig
- toString() - Method in class io.quarkus.azure.functions.deployment.SubscriptionOption
- type() - Method in interface io.quarkus.azure.functions.deployment.AzureFunctionsConfig.AuthConfig
-
Description of each type can be found here Valid values are azure_cli Delegates to Azure CLI for login managed_identity Requires client to be set oauth2 Requires tenant to be set device_code Requires tenant to be set file Filesystem path to a property file that defines authentication.
U
- USING_AZURE_ENVIRONMENT - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
V
- validateParameters(AzureFunctionsConfig, String) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsDeployCommand
W
- WARMUP_TRIGGER - Static variable in class io.quarkus.azure.functions.deployment.AzureFunctionsDotNames
- writeFunctionJsonFile(ObjectWriter, String, FunctionConfiguration, String) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- writeFunctionJsonFiles(ObjectWriter, Map<String, FunctionConfiguration>, Path) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
- writeObjectToFile(ObjectWriter, Object, File) - Method in class io.quarkus.azure.functions.deployment.AzureFunctionsProcessor
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form