次の方法で共有


LoadBalancingRuleInner.DisableOutboundSnat プロパティ

定義

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

[Newtonsoft.Json.JsonProperty(PropertyName="properties.disableOutboundSnat")]
public bool? DisableOutboundSnat { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.disableOutboundSnat")>]
member this.DisableOutboundSnat : Nullable<bool> with get, set
Public Property DisableOutboundSnat As Nullable(Of Boolean)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象