次の方法で共有


EventGridAttribute.TopicEndpointUri プロパティ

定義

トピック イベント エンドポイント URI を取得または設定します。 例: https://topic1.westus2-1.eventgrid.azure.net/api/events これは、Event Grid トピックの定義にあります。 トピックの URL の取得については、こちらを参照してください。 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

プロパティ値

属性
Microsoft.Azure.WebJobs.Description.AppSettingAttribute

適用対象