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