NetworkRuleIPAction 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.
The IP Filter Action
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.Support.NetworkRuleIPActionTypeConverter))]
public struct NetworkRuleIPAction : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Relay.Support.NetworkRuleIPAction>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Relay.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 |