EventGridNotificationOptions.TopicEndpoint 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 URL of an Azure Event Grid custom topic endpoint. When set, orchestration life cycle notification events will be automatically published to this endpoint.
public string TopicEndpoint { get; set; }
member this.TopicEndpoint : string with get, set
Public Property TopicEndpoint As String
Property Value
The Azure Event Grid custom topic URL.
Remarks
Azure Event Grid topic URLs are generally expected to be in the form https://{topic_name}.{region}.eventgrid.azure.net/api/events.
Applies to
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET