Share via


EventGridDomainPatch.AutoCreateTopicWithFirstSubscription Property

Definition

This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource. In this context, creation of ___domain topic can be auto-managed (when true) or self-managed (when false). The default value for this property is true. When this property is null or set to true, Event Grid is responsible of automatically creating the ___domain topic when the first event subscription is created at the scope of the ___domain topic. If this property is set to false, then creating the first event subscription will require creating a ___domain topic by the user. The self-management mode can be used if the user wants full control of when the ___domain topic is created, while auto-managed mode provides the flexibility to perform less operations and manage fewer resources by the user. Also, note that in auto-managed creation mode, user is allowed to create the ___domain topic on demand if needed.

public bool? AutoCreateTopicWithFirstSubscription { get; set; }
member this.AutoCreateTopicWithFirstSubscription : Nullable<bool> with get, set
Public Property AutoCreateTopicWithFirstSubscription As Nullable(Of Boolean)

Property Value

Applies to