次の方法で共有


IDomain.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.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\r\n        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.\r\n        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\r\n        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\r\n        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\r\n        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\r\n        domain topic on demand if needed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="autoCreateTopicWithFirstSubscription", Update=true)]
public bool? AutoCreateTopicWithFirstSubscription { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="This Boolean is used to specify the creation mechanism for 'all' the Event Grid Domain Topics associated with this Event Grid Domain resource.\r\n        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.\r\n        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\r\n        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\r\n        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\r\n        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\r\n        domain topic on demand if needed.", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="autoCreateTopicWithFirstSubscription", Update=true)>]
member this.AutoCreateTopicWithFirstSubscription : Nullable<bool> with get, set
Public Property AutoCreateTopicWithFirstSubscription As Nullable(Of Boolean)

Property Value

Attributes

Applies to