NspAccessRuleDirection 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
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NspAccessRuleDirectionTypeConverter))]
public struct NspAccessRuleDirection : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NspAccessRuleDirection>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NspAccessRuleDirectionTypeConverter))>]
type NspAccessRuleDirection = struct
interface IArgumentCompleter
Public Structure NspAccessRuleDirection
Implements IArgumentCompleter, IEquatable(Of NspAccessRuleDirection)
- Inheritance
-
NspAccessRuleDirection
- Attributes
- Implements
Fields
Inbound | |
Outbound |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(NspAccessRuleDirection) |
Compares values of enum type NspAccessRuleDirection |
Equals(Object) |
Compares values of enum type NspAccessRuleDirection (override for Object) |
GetHashCode() |
Returns hashCode for enum NspAccessRuleDirection |
ToString() |
Returns string representation for NspAccessRuleDirection |
Operators
Equality(NspAccessRuleDirection, NspAccessRuleDirection) |
Overriding == operator for enum NspAccessRuleDirection |
Implicit(NspAccessRuleDirection to String) |
Implicit operator to convert NspAccessRuleDirection to string |
Implicit(String to NspAccessRuleDirection) |
Implicit operator to convert string to NspAccessRuleDirection |
Inequality(NspAccessRuleDirection, NspAccessRuleDirection) |
Overriding != operator for enum NspAccessRuleDirection |