次の方法で共有


IWithFrontend.WithoutFrontend(String) メソッド

定義

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

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

パラメーター

frontendName
String

削除するフロントエンド IP 構成の名前。

戻り値

適用対象