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

NetworkRuleIPAction Struct

Definition

The IP Filter Action

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPActionTypeConverter))]
public struct NetworkRuleIPAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.EventHub.Support.NetworkRuleIPActionTypeConverter))>]
type NetworkRuleIPAction = struct
    interface IArgumentCompleter
Public Structure NetworkRuleIPAction
Implements IArgumentCompleter, IEquatable(Of NetworkRuleIPAction)
Inheritance
NetworkRuleIPAction
Attributes
Implements

Fields

Allow

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(NetworkRuleIPAction)

Compares values of enum type NetworkRuleIPAction

Equals(Object)

Compares values of enum type NetworkRuleIPAction (override for Object)

GetHashCode()

Returns hashCode for enum NetworkRuleIPAction

ToString()

Returns string representation for NetworkRuleIPAction

Operators

Equality(NetworkRuleIPAction, NetworkRuleIPAction)

Overriding == operator for enum NetworkRuleIPAction

Implicit(NetworkRuleIPAction to String)

Implicit operator to convert NetworkRuleIPAction to string

Implicit(String to NetworkRuleIPAction)

Implicit operator to convert string to NetworkRuleIPAction

Inequality(NetworkRuleIPAction, NetworkRuleIPAction)

Overriding != operator for enum NetworkRuleIPAction

Applies to