你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IConfiguration.IngressIPSecurityRestriction Property

Definition

Rules to restrict incoming IP address.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Rules to restrict incoming IP address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIPSecurityRestrictionRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipSecurityRestrictions", Update=true)]
public System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIPSecurityRestrictionRule> IngressIPSecurityRestriction { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="Rules to restrict incoming IP address.", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIPSecurityRestrictionRule) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipSecurityRestrictions", Update=true)>]
member this.IngressIPSecurityRestriction : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIPSecurityRestrictionRule> with get, set
Public Property IngressIPSecurityRestriction As List(Of IIPSecurityRestrictionRule)

Property Value

Attributes

Applies to