次の方法で共有


LoadBalancingRule.FrontendPort プロパティ

定義

外部エンドポイントのポートを取得または設定します。 各ルールのポート番号は、Load Balancer内で一意である必要があります。 使用できる値は 1 ~ 65534 です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象