Share via


PortMirroringProfileDirection Struct

Definition

Direction of port mirroring profile.

public readonly struct PortMirroringProfileDirection : IEquatable<Azure.ResourceManager.Avs.Models.PortMirroringProfileDirection>
type PortMirroringProfileDirection = struct
Public Structure PortMirroringProfileDirection
Implements IEquatable(Of PortMirroringProfileDirection)
Inheritance
PortMirroringProfileDirection
Implements

Constructors

PortMirroringProfileDirection(String)

Initializes a new instance of PortMirroringProfileDirection.

Properties

Bidirectional

BIDIRECTIONAL.

Egress

EGRESS.

Ingress

INGRESS.

Methods

Equals(PortMirroringProfileDirection)

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(PortMirroringProfileDirection, PortMirroringProfileDirection)

Determines if two PortMirroringProfileDirection values are the same.

Implicit(String to PortMirroringProfileDirection)

Converts a string to a PortMirroringProfileDirection.

Inequality(PortMirroringProfileDirection, PortMirroringProfileDirection)

Determines if two PortMirroringProfileDirection values are not the same.

Applies to