IWithPorts<ParentT>.WithInternalUdpPort(Int32) Method

Definition

Specifies the container's UDP port is available to internal clients only (other container instances within the container group). Containers within a group can reach each other via localhost on the ports that they have exposed, even if those ports are not exposed externally on the group's IP address.

public Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPortsOrContainerInstanceAttach<ParentT> WithInternalUdpPort (int port);
abstract member WithInternalUdpPort : int -> Microsoft.Azure.Management.ContainerInstance.Fluent.ContainerGroup.Definition.IWithPortsOrContainerInstanceAttach<'ParentT>
Public Function WithInternalUdpPort (port As Integer) As IWithPortsOrContainerInstanceAttach(Of ParentT)

Parameters

port
Int32

UDP port to be exposed internally.

Returns

Applies to