次の方法で共有


IWithFrontendPort.WithoutFrontendPort メソッド

定義

オーバーロード

WithoutFrontendPort(Int32)

指定したフロントエンド ポートを削除します。 他の設定で参照されているフロントエンド ポートを削除すると、アプリケーション ゲートウェイが壊れる可能性があることに注意してください。

WithoutFrontendPort(String)

指定したフロントエンド ポートを削除します。 他の設定で参照されているフロントエンド ポートを削除すると、アプリケーション ゲートウェイが壊れる可能性があることに注意してください。

WithoutFrontendPort(Int32)

指定したフロントエンド ポートを削除します。 他の設定で参照されているフロントエンド ポートを削除すると、アプリケーション ゲートウェイが壊れる可能性があることに注意してください。

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

パラメーター

portNumber
Int32

削除するフロントエンド ポートのポート番号。

戻り値

適用対象

WithoutFrontendPort(String)

指定したフロントエンド ポートを削除します。 他の設定で参照されているフロントエンド ポートを削除すると、アプリケーション ゲートウェイが壊れる可能性があることに注意してください。

public Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate WithoutFrontendPort(string name);
abstract member WithoutFrontendPort : string -> Microsoft.Azure.Management.Network.Fluent.ApplicationGateway.Update.IUpdate
Public Function WithoutFrontendPort (name As String) As IUpdate

パラメーター

name
String

削除するフロントエンド ポートの名前。

戻り値

適用対象