ContainerNetworkProtocol 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.
The protocol associated with the port.
public readonly struct ContainerNetworkProtocol : IEquatable<Azure.ResourceManager.ContainerInstance.Models.ContainerNetworkProtocol>
type ContainerNetworkProtocol = struct
Public Structure ContainerNetworkProtocol
Implements IEquatable(Of ContainerNetworkProtocol)
- Inheritance
-
ContainerNetworkProtocol
- Implements
Constructors
ContainerNetworkProtocol(String) |
Initializes a new instance of ContainerNetworkProtocol. |
Properties
Tcp |
TCP. |
Udp |
UDP. |
Methods
Equals(ContainerNetworkProtocol) |
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(ContainerNetworkProtocol, ContainerNetworkProtocol) |
Determines if two ContainerNetworkProtocol values are the same. |
Implicit(String to ContainerNetworkProtocol) |
Converts a String to a ContainerNetworkProtocol. |
Inequality(ContainerNetworkProtocol, ContainerNetworkProtocol) |
Determines if two ContainerNetworkProtocol values are not the same. |
Applies to
Azure SDK for .NET