Microsoft.Azure.WebJobs Namespace

Classes

ActivityTriggerAttribute
ApiHubConfiguration

Defines the configuration options for the ApiHub binding.

ApiHubFileAttribute

Attribute that points to the file on SAAS file provider

ApiHubFileTriggerAttribute

Attribute that points to the file on SAAS file trigger

ApiHubJobHostConfigurationExtensions

Helper extensions for ApiHub configuration

ApiHubTableAttribute

Attribute used to bind a parameter to an ApiHub table or entity.

BlobAttribute

Attribute used to bind a parameter to an Azure Blob. The attribute supports binding to single blobs, blob containers, or collections of blobs.

BlobTriggerAttribute

Attribute used to bind a parameter to an Azure Blob, causing the method to run when a blob is uploaded.

DurableActivityContext
DurableActivityContextBase
DurableOrchestrationClient
DurableOrchestrationClientBase
DurableOrchestrationContext
DurableOrchestrationContextBase
DurableOrchestrationStatus
EventHubAttribute

Setup an 'output' binding to an EventHub. This can be any output type compatible with an IAsyncCollector.

EventHubTriggerAttribute

Setup an 'trigger' on a parameter to listen on events from an event hub.

EventHubWebJobsExtensions
FunctionFailedException
OrchestrationClientAttribute
OrchestrationTriggerAttribute
PurgeHistoryResult
QueueAttribute

Attribute used to bind a parameter to an Azure Queue.

QueueTriggerAttribute

Attribute used to bind a parameter to an Azure Queue message, causing the function to run when a message is enqueued.

RetryOptions
ServiceBusAccountAttribute

Attribute used to override the default ServiceBus account used by triggers and binders.

ServiceBusAttribute

Attribute used to bind a parameter to Azure ServiceBus Queues and Topics.

ServiceBusTriggerAttribute

Attribute used to bind a parameter to a ServiceBus Queue message, causing the function to run when a message is enqueued.

StartOrchestrationArgs
TableAttribute

Attribute used to bind a parameter to an Azure Table or Table entity.

WebHookContext

A class providing execution context for a WebHook function invocations.

WebHooksJobHostConfigurationExtensions

Extension class used to register WebHook extensions.

WebHookTriggerAttribute

Attribute used to declare that a job function should be triggered by incoming HTTP messages.

Enums

BlobTriggerSource

Provides blob trigger kinds to detect changes.

OrchestrationRuntimeStatus