Bagikan melalui


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

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