MapsPublicNetworkAccess Struct
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 readonly struct MapsPublicNetworkAccess : IEquatable<Azure.ResourceManager.Maps.Models.MapsPublicNetworkAccess>
type MapsPublicNetworkAccess = struct
Public Structure MapsPublicNetworkAccess
Implements IEquatable(Of MapsPublicNetworkAccess)
- Inheritance
-
MapsPublicNetworkAccess
- Implements
Constructors
| Name | Description |
|---|---|
| MapsPublicNetworkAccess(String) |
Initializes a new instance of MapsPublicNetworkAccess. |
Properties
| Name | Description |
|---|---|
| Disabled |
disabled. |
| Enabled |
enabled. |
Methods
| Name | Description |
|---|---|
| Equals(MapsPublicNetworkAccess) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(MapsPublicNetworkAccess, MapsPublicNetworkAccess) |
Determines if two MapsPublicNetworkAccess values are the same. |
| Implicit(String to MapsPublicNetworkAccess) |
Converts a string to a MapsPublicNetworkAccess. |
| Implicit(String to Nullable<MapsPublicNetworkAccess>) | |
| Inequality(MapsPublicNetworkAccess, MapsPublicNetworkAccess) |
Determines if two MapsPublicNetworkAccess values are not the same. |