EventGridNotificationOptions Class
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.
Configuration of the Event Grid notification options for the Durable Task Extension.
public class EventGridNotificationOptions
type EventGridNotificationOptions = class
Public Class EventGridNotificationOptions
- Inheritance
-
EventGridNotificationOptions
Constructors
EventGridNotificationOptions() |
Properties
KeySettingName |
Gets or sets the name of the app setting containing the key used for authenticating with the Azure Event Grid custom topic at TopicEndpoint. |
PublishEventTypes |
Gets or sets the event types that will be published to Event Grid. |
PublishRetryCount |
Gets or sets the Event Grid publish request retry count. |
PublishRetryHttpStatus |
Gets or sets the Event Grid publish request http status. |
PublishRetryInterval |
Gets orsets the Event Grid publish request retry interval. |
TopicEndpoint |
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. |
Applies to
Azure SDK for .NET