Share via


DestinationPortBehavior Struct

Definition

Destination port behavior.

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

Constructors

DestinationPortBehavior(String)

Initializes a new instance of DestinationPortBehavior.

Properties

ListenIfAvailable

ListenIfAvailable.

None

None.

Methods

Equals(DestinationPortBehavior)

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

Determines if two DestinationPortBehavior values are the same.

Implicit(String to DestinationPortBehavior)

Converts a string to a DestinationPortBehavior.

Inequality(DestinationPortBehavior, DestinationPortBehavior)

Determines if two DestinationPortBehavior values are not the same.

Applies to