次の方法で共有


Port コンストラクター

定義

オーバーロード

Port()

Port クラスの新しいインスタンスを初期化します。

Port(Int32, String)

Port クラスの新しいインスタンスを初期化します。

Port()

Port クラスの新しいインスタンスを初期化します。

public Port ();
Public Sub New ()

適用対象

Port(Int32, String)

Port クラスの新しいインスタンスを初期化します。

public Port (int portProperty, string protocol = default);
new Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Port : int * string -> Microsoft.Azure.Management.ContainerInstance.Fluent.Models.Port
Public Sub New (portProperty As Integer, Optional protocol As String = Nothing)

パラメーター

portProperty
Int32

ポート番号。

protocol
String

ポートに関連付けられているプロトコル。 使用可能な値は次のとおりです: 'TCP'、'UDP'

適用対象