EventGridAttribute.TopicEndpointUri Property
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.
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