EventHubsPublicNetworkAccess 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.
public readonly struct EventHubsPublicNetworkAccess : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsPublicNetworkAccess>
type EventHubsPublicNetworkAccess = struct
Public Structure EventHubsPublicNetworkAccess
Implements IEquatable(Of EventHubsPublicNetworkAccess)
- Inheritance
-
EventHubsPublicNetworkAccess
- Implements
Constructors
EventHubsPublicNetworkAccess(String) |
Initializes a new instance of EventHubsPublicNetworkAccess. |
Properties
Disabled |
Disabled. |
Enabled |
Enabled. |
SecuredByPerimeter |
SecuredByPerimeter. |
Methods
Equals(EventHubsPublicNetworkAccess) |
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(EventHubsPublicNetworkAccess, EventHubsPublicNetworkAccess) |
Determines if two EventHubsPublicNetworkAccess values are the same. |
Implicit(String to EventHubsPublicNetworkAccess) |
Converts a String to a EventHubsPublicNetworkAccess. |
Inequality(EventHubsPublicNetworkAccess, EventHubsPublicNetworkAccess) |
Determines if two EventHubsPublicNetworkAccess values are not the same. |
Applies to
Azure SDK for .NET