SecurityRuleDirection 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 direction of the rule. The direction specifies if rule will be evaluated on incoming or outgoing traffic.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirectionTypeConverter))]
public struct SecurityRuleDirection : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirection>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.SecurityRuleDirectionTypeConverter))>]
type SecurityRuleDirection = struct
interface IArgumentCompleter
Public Structure SecurityRuleDirection
Implements IArgumentCompleter, IEquatable(Of SecurityRuleDirection)
- Inheritance
-
SecurityRuleDirection
- Attributes
- Implements
Fields
Inbound | |
Outbound |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type SecurityRuleDirection (override for Object) |
Equals(SecurityRuleDirection) |
Compares values of enum type SecurityRuleDirection |
GetHashCode() |
Returns hashCode for enum SecurityRuleDirection |
ToString() |
Returns string representation for SecurityRuleDirection |
Operators
Equality(SecurityRuleDirection, SecurityRuleDirection) |
Overriding == operator for enum SecurityRuleDirection |
Implicit(SecurityRuleDirection to String) |
Implicit operator to convert SecurityRuleDirection to string |
Implicit(String to SecurityRuleDirection) |
Implicit operator to convert string to SecurityRuleDirection |
Inequality(SecurityRuleDirection, SecurityRuleDirection) |
Overriding != operator for enum SecurityRuleDirection |