MapsAccountProperties.PublicNetworkAccess 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.
Property to specify whether the Maps Account will accept traffic from public internet. If set to 'disabled' all traffic except private endpoint traffic and that that originates from trusted services will be blocked.
public Azure.ResourceManager.Maps.Models.MapsPublicNetworkAccess? PublicNetworkAccess { get; set; }
member this.PublicNetworkAccess : Nullable<Azure.ResourceManager.Maps.Models.MapsPublicNetworkAccess> with get, set
Public Property PublicNetworkAccess As Nullable(Of MapsPublicNetworkAccess)