Share via


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