Share via


EventHubsPublicNetworkAccessFlag Struct

Definition

This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.

public readonly struct EventHubsPublicNetworkAccessFlag : IEquatable<Azure.ResourceManager.EventHubs.Models.EventHubsPublicNetworkAccessFlag>
type EventHubsPublicNetworkAccessFlag = struct
Public Structure EventHubsPublicNetworkAccessFlag
Implements IEquatable(Of EventHubsPublicNetworkAccessFlag)
Inheritance
EventHubsPublicNetworkAccessFlag
Implements

Constructors

EventHubsPublicNetworkAccessFlag(String)

Initializes a new instance of EventHubsPublicNetworkAccessFlag.

Properties

Disabled

Disabled.

Enabled

Enabled.

SecuredByPerimeter

SecuredByPerimeter.

Methods

Equals(EventHubsPublicNetworkAccessFlag)

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(EventHubsPublicNetworkAccessFlag, EventHubsPublicNetworkAccessFlag)

Determines if two EventHubsPublicNetworkAccessFlag values are the same.

Implicit(String to EventHubsPublicNetworkAccessFlag)

Converts a string to a EventHubsPublicNetworkAccessFlag.

Inequality(EventHubsPublicNetworkAccessFlag, EventHubsPublicNetworkAccessFlag)

Determines if two EventHubsPublicNetworkAccessFlag values are not the same.

Applies to