Share via


ITopicTypeProperties.SupportedScopesForSource Property

Definition

Supported source scopes.

[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "Resource", "ResourceGroup", "AzureSubscription", "ManagementGroup" })]
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Supported source scopes.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportedScopesForSource", Update=true)]
public System.Collections.Generic.List<string> SupportedScopesForSource { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.PSArgumentCompleter(new System.String[] { "Resource", "ResourceGroup", "AzureSubscription", "ManagementGroup" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="Supported source scopes.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="supportedScopesForSource", Update=true)>]
member this.SupportedScopesForSource : System.Collections.Generic.List<string> with get, set
Public Property SupportedScopesForSource As List(Of String)

Property Value

Attributes

Applies to