GatewayLoadBalancerTunnelProtocol 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.
Protocol of gateway load balancer tunnel interface.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocolTypeConverter))]
public struct GatewayLoadBalancerTunnelProtocol : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocol>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CloudService.Support.GatewayLoadBalancerTunnelProtocolTypeConverter))>]
type GatewayLoadBalancerTunnelProtocol = struct
interface IArgumentCompleter
Public Structure GatewayLoadBalancerTunnelProtocol
Implements IArgumentCompleter, IEquatable(Of GatewayLoadBalancerTunnelProtocol)
- Inheritance
-
GatewayLoadBalancerTunnelProtocol
- Attributes
- Implements
Fields
Native | |
None | |
Vxlan |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(GatewayLoadBalancerTunnelProtocol) |
Compares values of enum type GatewayLoadBalancerTunnelProtocol |
Equals(Object) |
Compares values of enum type GatewayLoadBalancerTunnelProtocol (override for Object) |
GetHashCode() |
Returns hashCode for enum GatewayLoadBalancerTunnelProtocol |
ToString() |
Returns string representation for GatewayLoadBalancerTunnelProtocol |
Operators
Equality(GatewayLoadBalancerTunnelProtocol, GatewayLoadBalancerTunnelProtocol) |
Overriding == operator for enum GatewayLoadBalancerTunnelProtocol |
Implicit(GatewayLoadBalancerTunnelProtocol to String) |
Implicit operator to convert GatewayLoadBalancerTunnelProtocol to string |
Implicit(String to GatewayLoadBalancerTunnelProtocol) |
Implicit operator to convert string to GatewayLoadBalancerTunnelProtocol |
Inequality(GatewayLoadBalancerTunnelProtocol, GatewayLoadBalancerTunnelProtocol) |
Overriding != operator for enum GatewayLoadBalancerTunnelProtocol |