次の方法で共有


ManagedClusterLoadBalancerProfile.AllocatedOutboundPorts プロパティ

定義

VM ごとに割り当てられた SNAT ポートの必要な数を取得または設定します。 使用できる値は、0 ~ 64000 (含む) の範囲である必要があります。 既定値は 0 で、その結果、Azure によってポートが動的に割り当てられます。

[Newtonsoft.Json.JsonProperty(PropertyName="allocatedOutboundPorts")]
public int? AllocatedOutboundPorts { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="allocatedOutboundPorts")>]
member this.AllocatedOutboundPorts : Nullable<int> with get, set
Public Property AllocatedOutboundPorts As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象