ExpressRoutePortsEncapsulation 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.
Encapsulation method on physical ports.
public readonly struct ExpressRoutePortsEncapsulation : IEquatable<Azure.ResourceManager.Network.Models.ExpressRoutePortsEncapsulation>
type ExpressRoutePortsEncapsulation = struct
Public Structure ExpressRoutePortsEncapsulation
Implements IEquatable(Of ExpressRoutePortsEncapsulation)
- Inheritance
-
ExpressRoutePortsEncapsulation
- Implements
Constructors
ExpressRoutePortsEncapsulation(String) |
Initializes a new instance of ExpressRoutePortsEncapsulation. |
Properties
Dot1Q |
Dot1Q. |
QinQ |
QinQ. |
Methods
Equals(ExpressRoutePortsEncapsulation) |
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(ExpressRoutePortsEncapsulation, ExpressRoutePortsEncapsulation) |
Determines if two ExpressRoutePortsEncapsulation values are the same. |
Implicit(String to ExpressRoutePortsEncapsulation) |
Converts a string to a ExpressRoutePortsEncapsulation. |
Inequality(ExpressRoutePortsEncapsulation, ExpressRoutePortsEncapsulation) |
Determines if two ExpressRoutePortsEncapsulation values are not the same. |
Applies to
Azure SDK for .NET