AppServiceEnvironmentInner.UserWhitelistedIpRanges 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.
Gets or sets user added ip ranges to whitelist on ASE db
[Newtonsoft.Json.JsonProperty(PropertyName="userWhitelistedIpRanges")]
public System.Collections.Generic.IList<string> UserWhitelistedIpRanges { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="userWhitelistedIpRanges")>]
member this.UserWhitelistedIpRanges : System.Collections.Generic.IList<string> with get, set
Public Property UserWhitelistedIpRanges As IList(Of String)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute