次の方法で共有


InboundNatRule.FrontendPortRangeEnd プロパティ

定義

外部エンドポイントのポート範囲の終了を取得または設定します。 このプロパティは、BackendAddressPool と FrontendPortRangeStart と共に使用されます。 BackendAddressPool のバックエンド アドレスごとに、個々の受信 NAT 規則のポート マッピングが作成されます。 使用できる値の範囲は 1 ~ 65534 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象