SiteConfigResource.VnetPrivatePortsCount プロパティ

定義

このアプリに割り当てられたプライベート ポートの数を取得または設定します。 これらは実行時に動的に割り当てられます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象