EventGridAttribute.TopicEndpointUri Property

Definition

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

[Microsoft.Azure.WebJobs.Description.AppSetting]
public string TopicEndpointUri { get; set; }
[<Microsoft.Azure.WebJobs.Description.AppSetting>]
member this.TopicEndpointUri : string with get, set
Public Property TopicEndpointUri As String

Property Value

Attributes
Microsoft.Azure.WebJobs.Description.AppSettingAttribute

Applies to