SecurityTrafficDirection 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 rule's direction.
public readonly struct SecurityTrafficDirection : IEquatable<Azure.ResourceManager.SecurityCenter.Models.SecurityTrafficDirection>
type SecurityTrafficDirection = struct
Public Structure SecurityTrafficDirection
Implements IEquatable(Of SecurityTrafficDirection)
- Inheritance
-
SecurityTrafficDirection
- Implements
Constructors
SecurityTrafficDirection(String) |
Initializes a new instance of SecurityTrafficDirection. |
Properties
Inbound |
Inbound. |
Outbound |
Outbound. |
Methods
Equals(SecurityTrafficDirection) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(SecurityTrafficDirection, SecurityTrafficDirection) |
Determines if two SecurityTrafficDirection values are the same. |
Implicit(String to SecurityTrafficDirection) |
Converts a string to a SecurityTrafficDirection. |
Inequality(SecurityTrafficDirection, SecurityTrafficDirection) |
Determines if two SecurityTrafficDirection values are not the same. |