Share via


EventGridTopicData.InboundIPRules Property

Definition

This can be used to restrict traffic from specific IPs instead of all IPs. Note: These are considered only if PublicNetworkAccess is enabled.

public System.Collections.Generic.IList<Azure.ResourceManager.EventGrid.Models.EventGridInboundIPRule> InboundIPRules { get; }
member this.InboundIPRules : System.Collections.Generic.IList<Azure.ResourceManager.EventGrid.Models.EventGridInboundIPRule>
Public ReadOnly Property InboundIPRules As IList(Of EventGridInboundIPRule)

Property Value

Applies to