EventGridAttribute.TopicKeySetting Property

Definition

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

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

Property Value

Attributes
Microsoft.Azure.WebJobs.Description.AppSettingAttribute

Applies to