Condividi tramite


ContainerNetworkProtocol Struct

Definition

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