Megosztás a következőn keresztül:


ContainerPort(Int32) Constructor

Definition

Initializes a new instance of ContainerPort.

public ContainerPort (int port);
new Azure.ResourceManager.ContainerInstance.Models.ContainerPort : int -> Azure.ResourceManager.ContainerInstance.Models.ContainerPort
Public Sub New (port As Integer)

Parameters

port
Int32

The port number exposed within the container group.

Applies to