次の方法で共有


IWithIPConfig.WithoutIPConfiguration(String) メソッド

定義

指定した IP 構成を削除します。 他の設定によって参照される IP 構成を削除すると、アプリケーション ゲートウェイが壊れる可能性があることに注意してください。 また、アプリケーション ゲートウェイを機能させるには、少なくとも 1 つの IP 構成が必要です。

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

パラメーター

ipConfigurationName
String

削除する IP 構成の名前。

戻り値

適用対象