Freigeben über


NetworkTrafficDirection Struct

Definition

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

Name Description
NetworkTrafficDirection(String)

Initializes a new instance of NetworkTrafficDirection.

Properties

Name Description
Inbound

Inbound.

Outbound

Outbound.

Methods

Name Description
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

Name Description
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