次の方法で共有


IIngress.IPSecurityRestriction 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> IPSecurityRestriction { 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.IPSecurityRestriction : System.Collections.Generic.List<Microsoft.Azure.PowerShell.Cmdlets.App.Models.IIPSecurityRestrictionRule> with get, set
Public Property IPSecurityRestriction As List(Of IIPSecurityRestrictionRule)

Property Value

Attributes

Applies to