Skip navigation links
A B C E F H K Q S T V W 

A

AccessRights - Enum in com.microsoft.azure.functions.annotation
Azure Service Bus permission.
AuthorizationLevel - Enum in com.microsoft.azure.functions.annotation
Azure HTTP authorization level, Determines what keys, if any, need to be present on the request in order to invoke the function.

B

BindingName - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from Azure Functions runtime.
BlobInput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from a blob.
BlobOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be written to a blob.
BlobTrigger - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from a blob, and causing the method to run when a blob is uploaded.

C

Cardinality - Enum in com.microsoft.azure.functions.annotation
Cardinality of the EventHubTrigger input.
com.microsoft.azure.functions.annotation - package com.microsoft.azure.functions.annotation
Annotations and support classes for use as part of the Java API for Azure Functions.
CosmosDBInput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from CosmosDB.
CosmosDBOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be written to CosmosDB.
CosmosDBTrigger - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from CosmosDB, and causing the method to run when CosmosDB data is changed.
CustomBinding - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter to define a custom binding

E

EventGridOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from EventGrid, and causing the method to run when an event is arrived.
EventGridTrigger - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from EventGrid, and causing the method to run when an event is arrived.
EventHubOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be published to the event hub.
EventHubTrigger - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from event hub, and causing the method to run when a new event is arrived.
ExponentialBackoffRetry - Annotation Type in com.microsoft.azure.functions.annotation
Defines an exponential backoff retry strategy, where the delay between retries will get progressively larger, limited by the max/min specified.

F

FixedDelayRetry - Annotation Type in com.microsoft.azure.functions.annotation
Defines a retry strategy where a fixed delay is used between retries.
FunctionName - Annotation Type in com.microsoft.azure.functions.annotation
The FunctionName annotation is used to specify to the Azure Functions tooling what name is to be applied to the associated function when the function is deployed onto Azure.

H

HasImplicitOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter to define a binding that need return value
HttpOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be send back to the user as an HTTP response.
HttpTrigger - Annotation Type in com.microsoft.azure.functions.annotation
The HttpTrigger annotation is applied to Azure functions that will be triggered by a call to the HTTP endpoint that the function is located at.

K

KafkaOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be published to Kafka.
KafkaTrigger - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from Kafka, and causing the method to run when Kafka event is consumed.

Q

QueueOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be written to a storage queue.
QueueTrigger - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from a storage queue, and causing the method to run when a new item is pushed.

S

SendGridOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be written to SendGrid.
ServiceBusQueueOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be written to a service bus queue.
ServiceBusQueueTrigger - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from a Service Bus queue, and causing the method to run when a new item is pushed.
ServiceBusTopicOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be written to a service bus topic.
ServiceBusTopicTrigger - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from Service Bus topic, and causing the method to run when a new item is published.
StorageAccount - Annotation Type in com.microsoft.azure.functions.annotation
Apply this annotation to a method if you have multiple Azure Storage triggers/input/output in that method which share the same app setting name of Azure Storage connection string.

T

TableInput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would come from storage table.
TableOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be written to a storage table.
TimerTrigger - Annotation Type in com.microsoft.azure.functions.annotation
The timer trigger lets you run a function on a schedule by specifying a CRON expression for when the function should run.
TwilioSmsOutput - Annotation Type in com.microsoft.azure.functions.annotation
Place this on a parameter whose value would be sent through twilio SMS.

V

valueOf(String) - Static method in enum com.microsoft.azure.functions.annotation.AccessRights
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.functions.annotation.AuthorizationLevel
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.microsoft.azure.functions.annotation.Cardinality
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.microsoft.azure.functions.annotation.AccessRights
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.functions.annotation.AuthorizationLevel
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.microsoft.azure.functions.annotation.Cardinality
Returns an array containing the constants of this enum type, in the order they are declared.

W

WarmupTrigger - Annotation Type in com.microsoft.azure.functions.annotation
The warmup trigger lets you define a function that's run when a new instance of your function app is started.
A B C E F H K Q S T V W 
Skip navigation links

Copyright © 2022. All rights reserved.