InboundIpRule.IpMask Property

Definition

Gets or sets IP Address in CIDR notation e.g., 10.0.0.0/8.

[Newtonsoft.Json.JsonProperty(PropertyName="ipMask")]
public string IpMask { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="ipMask")>]
member this.IpMask : string with get, set
Public Property IpMask As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to