EventGridAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Attribute to specify parameters for the Event Grid output binding.
[Microsoft.Azure.WebJobs.Description.Binding]
[System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)]
public sealed class EventGridAttribute : Attribute
[<Microsoft.Azure.WebJobs.Description.Binding>]
[<System.AttributeUsage(System.AttributeTargets.Parameter | System.AttributeTargets.ReturnValue)>]
type EventGridAttribute = class
inherit Attribute
Public NotInheritable Class EventGridAttribute
Inherits Attribute
- Inheritance
-
EventGridAttribute
- Attributes
-
Microsoft.Azure.WebJobs.Description.BindingAttribute AttributeUsageAttribute
Constructors
EventGridAttribute() |
Properties
Connection |
Gets or sets the app setting name that contains the Event Grid topic's connection information. |
TopicEndpointUri |
Gets or sets the topic events endpoint URI. Eg: https://topic1.westus2-1.eventgrid.azure.net/api/events This is found in the Event Grid Topic's definition. You can find information on getting the Url for a topic here: https://docs.microsoft.com/en-us/azure/event-grid/custom-event-quickstart#send-an-event-to-your-topic |
TopicKeySetting |
Gets or sets the Topic Key setting. You can find information on getting the Key for a topic here: https://docs.microsoft.com/en-us/azure/event-grid/custom-event-quickstart#send-an-event-to-your-topic |