IIPSecurityRestrictionRule.IPAddressRange Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
CIDR notation to match incoming IP address
[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="CIDR notation to match incoming IP address", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="ipAddressRange", Update=true)]
public string IPAddressRange { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=true, Description="CIDR notation to match incoming IP address", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=true, SerializedName="ipAddressRange", Update=true)>]
member this.IPAddressRange : string with get, set
Public Property IPAddressRange As String
Property Value
- Attributes