Share via


AgentPoolNetworkPortProtocol Struct

Definition

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