Compartir a través de


Domain.InboundIpRules Propiedad

Definición

Obtiene o establece que se puede usar para restringir el tráfico de direcciones IP específicas en lugar de todas las direcciones IP. Nota: Solo se consideran si PublicNetworkAccess está habilitado.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.inboundIpRules")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> InboundIpRules { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.inboundIpRules")>]
member this.InboundIpRules : System.Collections.Generic.IList<Microsoft.Azure.Management.EventGrid.Models.InboundIpRule> with get, set
Public Property InboundIpRules As IList(Of InboundIpRule)

Valor de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a