NetworkProtocol 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.
Network Protocol.
public readonly struct NetworkProtocol : IEquatable<Azure.ResourceManager.Network.Models.NetworkProtocol>
type NetworkProtocol = struct
Public Structure NetworkProtocol
Implements IEquatable(Of NetworkProtocol)
- Inheritance
-
NetworkProtocol
- Implements
Constructors
| Name | Description |
|---|---|
| NetworkProtocol(String) |
Initializes a new instance of NetworkProtocol. |
Properties
| Name | Description |
|---|---|
| Any |
Any. |
| Icmp |
ICMP. |
| Tcp |
TCP. |
| Udp |
UDP. |
Methods
| Name | Description |
|---|---|
| Equals(NetworkProtocol) |
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
| Name | Description |
|---|---|
| Equality(NetworkProtocol, NetworkProtocol) |
Determines if two NetworkProtocol values are the same. |
| Implicit(String to NetworkProtocol) |
Converts a String to a NetworkProtocol. |
| Inequality(NetworkProtocol, NetworkProtocol) |
Determines if two NetworkProtocol values are not the same. |