EventHubsNspAccessRuleDirection 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.
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. |