EventGridPublicNetworkAccess 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.
This determines if traffic is allowed over public network. By default it is enabled. You can further restrict to specific IPs by configuring <seealso cref="P:Microsoft.Azure.Events.ResourceProvider.Common.Contracts.DomainProperties.InboundIpRules" />
public readonly struct EventGridPublicNetworkAccess : IEquatable<Azure.ResourceManager.EventGrid.Models.EventGridPublicNetworkAccess>
type EventGridPublicNetworkAccess = struct
Public Structure EventGridPublicNetworkAccess
Implements IEquatable(Of EventGridPublicNetworkAccess)
- Inheritance
-
EventGridPublicNetworkAccess
- Implements
Constructors
EventGridPublicNetworkAccess(String) |
Initializes a new instance of EventGridPublicNetworkAccess. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
SecuredByPerimeter |
SecuredByPerimeter. |
Methods
Equals(EventGridPublicNetworkAccess) |
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
Equality(EventGridPublicNetworkAccess, EventGridPublicNetworkAccess) |
Determines if two EventGridPublicNetworkAccess values are the same. |
Implicit(String to EventGridPublicNetworkAccess) |
Converts a string to a EventGridPublicNetworkAccess. |
Inequality(EventGridPublicNetworkAccess, EventGridPublicNetworkAccess) |
Determines if two EventGridPublicNetworkAccess values are not the same. |
Applies to
Azure SDK for .NET