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