Share via


GatewayLoadBalancerTunnelInterfaceType Struct

Definition

Traffic type of gateway load balancer tunnel interface.

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

Constructors

GatewayLoadBalancerTunnelInterfaceType(String)

Initializes a new instance of GatewayLoadBalancerTunnelInterfaceType.

Properties

External

External.

Internal

Internal.

None

None.

Methods

Equals(GatewayLoadBalancerTunnelInterfaceType)

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

Determines if two GatewayLoadBalancerTunnelInterfaceType values are the same.

Implicit(String to GatewayLoadBalancerTunnelInterfaceType)

Converts a string to a GatewayLoadBalancerTunnelInterfaceType.

Inequality(GatewayLoadBalancerTunnelInterfaceType, GatewayLoadBalancerTunnelInterfaceType)

Determines if two GatewayLoadBalancerTunnelInterfaceType values are not the same.

Applies to