次の方法で共有


IWithFrontendPort.WithFrontendPort メソッド

定義

オーバーロード

WithFrontendPort(Int32)

自動生成された名前と指定されたポート番号を持つフロントエンド ポートを作成します (既に存在する場合を除く)。

WithFrontendPort(Int32, String)

この名前または番号に一致するポートが既に存在しない限り、指定した名前とポート番号を使用してフロントエンド ポートを作成します。

WithFrontendPort(Int32)

自動生成された名前と指定されたポート番号を持つフロントエンド ポートを作成します (既に存在する場合を除く)。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithFrontendPort (int portNumber);
abstract member WithFrontendPort : int -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithFrontendPort (portNumber As Integer) As IUpdate

パラメーター

portNumber
Int32

ポート番号。

戻り値

適用対象

WithFrontendPort(Int32, String)

この名前または番号に一致するポートが既に存在しない限り、指定した名前とポート番号を使用してフロントエンド ポートを作成します。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithFrontendPort (int portNumber, string name);
abstract member WithFrontendPort : int * string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithFrontendPort (portNumber As Integer, name As String) As IUpdate

パラメーター

portNumber
Int32

ポート番号。

name
String

ポートに割り当てる名前。

戻り値

適用対象