Share via


EventHubsNspAccessRuleDirection Struct

Definition

Direction of Access Rule.

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

Constructors

EventHubsNspAccessRuleDirection(String)

Initializes a new instance of EventHubsNspAccessRuleDirection.

Properties

Inbound

Inbound.

Outbound

Outbound.

Methods

Equals(EventHubsNspAccessRuleDirection)

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

Determines if two EventHubsNspAccessRuleDirection values are the same.

Implicit(String to EventHubsNspAccessRuleDirection)

Converts a string to a EventHubsNspAccessRuleDirection.

Inequality(EventHubsNspAccessRuleDirection, EventHubsNspAccessRuleDirection)

Determines if two EventHubsNspAccessRuleDirection values are not the same.

Applies to