AppServiceEnvironmentResourceInner.MaximumNumberOfMachines Property

Definition

Gets maximum number of VMs in the App Service Environment.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.maximumNumberOfMachines")]
public int? MaximumNumberOfMachines { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.maximumNumberOfMachines")>]
member this.MaximumNumberOfMachines : Nullable<int>
Public ReadOnly Property MaximumNumberOfMachines As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to