你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

NspAccessRuleDirection Struct

Definition

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

Applies to