次の方法で共有


IWithBackendHttpConfig.WithoutBackendHttpConfiguration(String) メソッド

定義

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

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

パラメーター

name
String

このアプリケーション ゲートウェイ上の既存のバックエンド HTTP 構成の名前。

戻り値

適用対象