NetworkRule.SourceGeoLocations 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.
List of source geographic location filters (ISO 3166-1 alpha-2 country codes, e.g. "US", "CA") for this rule.
public System.Collections.Generic.IList<string> SourceGeoLocations { get; }
member this.SourceGeoLocations : System.Collections.Generic.IList<string>
Public ReadOnly Property SourceGeoLocations As IList(Of String)