Share via


SiteConfig.MinimumElasticInstanceCount Property

Definition

Number of minimum instance count for a site This setting only applies to the Elastic Plans

[Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)]
public int? MinimumElasticInstanceCount { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Origin(Microsoft.Azure.PowerShell.Cmdlets.Websites.PropertyOrigin.Owned)>]
member this.MinimumElasticInstanceCount : Nullable<int> with get, set
Public Property MinimumElasticInstanceCount As Nullable(Of Integer)

Property Value

Implements

Attributes

Applies to