次の方法で共有


IWithRedirectConfigurationBeta.WithoutRedirectConfiguration(String) メソッド

定義

アプリケーション ゲートウェイからリダイレクト構成を削除します。 他の設定によって参照されるリダイレクト構成を削除すると、アプリケーション ゲートウェイが壊れる可能性があることに注意してください。

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

パラメーター

name
String

削除するリダイレクト構成の名前。

戻り値

適用対象