次の方法で共有


LoadBalancingRule.FrontendPort プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象