IInboundIPRule.IPMask 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.
IP Address in CIDR notation e.g., 10.0.0.0/8.
[Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="IP Address in CIDR notation e.g., 10.0.0.0/8.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipMask", Update=true)]
public string IPMask { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.EventGrid.Runtime.Info(Create=true, Description="IP Address in CIDR notation e.g., 10.0.0.0/8.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="ipMask", Update=true)>]
member this.IPMask : string with get, set
Public Property IPMask As String
Property Value
- Attributes