共用方式為


ContainerGroupNetworkProtocol Struct

Definition

The protocol associated with the port.

public readonly struct ContainerGroupNetworkProtocol : IEquatable<Azure.ResourceManager.ContainerInstance.Models.ContainerGroupNetworkProtocol>
type ContainerGroupNetworkProtocol = struct
Public Structure ContainerGroupNetworkProtocol
Implements IEquatable(Of ContainerGroupNetworkProtocol)
Inheritance
ContainerGroupNetworkProtocol
Implements

Constructors

ContainerGroupNetworkProtocol(String)

Initializes a new instance of ContainerGroupNetworkProtocol.

Properties

Tcp

TCP.

Udp

UDP.

Methods

Equals(ContainerGroupNetworkProtocol)

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(ContainerGroupNetworkProtocol, ContainerGroupNetworkProtocol)

Determines if two ContainerGroupNetworkProtocol values are the same.

Implicit(String to ContainerGroupNetworkProtocol)

Converts a string to a ContainerGroupNetworkProtocol.

Inequality(ContainerGroupNetworkProtocol, ContainerGroupNetworkProtocol)

Determines if two ContainerGroupNetworkProtocol values are not the same.

Applies to