DestinationPortBehavior 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.
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
Azure SDK for .NET