Share via


AppServiceEnvironment.DedicatedHostCount Property

Definition

Gets or sets dedicated Host Count

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to