次の方法で共有


TopicUpdateParameters.InboundIpRules プロパティ

定義

これを取得または設定すると、すべての IP ではなく特定の IP からのトラフィックを制限できます。 注: これらは、PublicNetworkAccess が有効になっている場合にのみ考慮されます。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象