Share via


ProtocolType Struct

Definition

RNM supported protocol types.

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

Constructors

ProtocolType(String)

Initializes a new instance of ProtocolType.

Properties

Ah

Ah.

All

All.

DoNotUse

DoNotUse.

Esp

Esp.

Gre

Gre.

Icmp

Icmp.

Tcp

Tcp.

Udp

Udp.

Vxlan

Vxlan.

Methods

Equals(ProtocolType)

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

Determines if two ProtocolType values are the same.

Implicit(String to ProtocolType)

Converts a string to a ProtocolType.

Inequality(ProtocolType, ProtocolType)

Determines if two ProtocolType values are not the same.

Applies to