NetworkTrafficDirection 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 traffic.
public readonly struct NetworkTrafficDirection : IEquatable<Azure.ResourceManager.Network.Models.NetworkTrafficDirection>
type NetworkTrafficDirection = struct
Public Structure NetworkTrafficDirection
Implements IEquatable(Of NetworkTrafficDirection)
- Inheritance
-
NetworkTrafficDirection
- Implements
Constructors
NetworkTrafficDirection(String) |
Initializes a new instance of NetworkTrafficDirection. |
Properties
Inbound |
Inbound. |
Outbound |
Outbound. |
Methods
Equals(NetworkTrafficDirection) |
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(NetworkTrafficDirection, NetworkTrafficDirection) |
Determines if two NetworkTrafficDirection values are the same. |
Implicit(String to NetworkTrafficDirection) |
Converts a string to a NetworkTrafficDirection. |
Inequality(NetworkTrafficDirection, NetworkTrafficDirection) |
Determines if two NetworkTrafficDirection values are not the same. |
Applies to
Azure SDK for .NET