Aracılığıyla paylaş


ITopicTypeInfo.AreRegionalAndGlobalSourcesSupported Property

Definition

Flag to indicate that a topic type can support both regional or global system topics

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Flag to indicate that a topic type can support both regional or global system topics", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="areRegionalAndGlobalSourcesSupported", Update=true)]
public bool? AreRegionalAndGlobalSourcesSupported { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Flag to indicate that a topic type can support both regional or global system topics", PossibleTypes=new System.Type[] { typeof(System.Boolean) }, Read=true, ReadOnly=false, Required=false, SerializedName="areRegionalAndGlobalSourcesSupported", Update=true)>]
member this.AreRegionalAndGlobalSourcesSupported : Nullable<bool> with get, set
Public Property AreRegionalAndGlobalSourcesSupported As Nullable(Of Boolean)

Property Value

Attributes

Applies to