Udostępnij za pośrednictwem


EventHubsPublicNetworkAccess Struct

Definition

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