次の方法で共有


IWithOutboundSnat.WithDisableOutboundSnat(Boolean) メソッド

定義

負荷分散規則のフロントエンドで指定されたパブリック IP アドレスを使用するように、バックエンド プール内の VM の SNAT を構成します。

public Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate WithDisableOutboundSnat (bool disable);
abstract member WithDisableOutboundSnat : bool -> Microsoft.Azure.Management.Network.Fluent.LoadBalancingRule.Update.IUpdate
Public Function WithDisableOutboundSnat (disable As Boolean) As IUpdate

パラメーター

disable
Boolean

送信 SNAT が無効かどうか。

戻り値

更新プログラムの次のステージ。

適用対象