ScaleCapacity.Maximum Property

 

Optional. The maximum number of instances for the resource. The actual maximum number may be limited by the cores that are available.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public string Maximum { get; set; }
public:
property String^ Maximum {
    String^ get();
    void set(String^ value);
}
member Maximum : string with get, set
Public Property Maximum As String

Property Value

Type: System.String

See Also

ScaleCapacity Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top