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