Share via


SiteConfigResource.VnetPrivatePortsCount Property

Definition

Gets or sets the number of private ports assigned to this app. These will be assigned dynamically on runtime.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to