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.
Compatibility declaration for the NetworkProtocol type.
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 |
Gets or sets the Icmp compatibility property. |
| ICMP |
ICMP. |
| Tcp |
Gets or sets the Tcp compatibility property. |
| TCP |
TCP. |
| Udp |
Gets or sets the Udp compatibility property. |
| 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. |
| Implicit(String to Nullable<NetworkProtocol>) | |
| Inequality(NetworkProtocol, NetworkProtocol) |
Determines if two NetworkProtocol values are not the same. |