Share via


AutoscaleProfile.Capacity Property

 

Optional. The number of instances that can be used during this profile.

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

Syntax

public ScaleCapacity Capacity { get; set; }
public:
property ScaleCapacity^ Capacity {
    ScaleCapacity^ get();
    void set(ScaleCapacity^ value);
}
member Capacity : ScaleCapacity with get, set
Public Property Capacity As ScaleCapacity

Property Value

Type: Microsoft.Azure.Management.Insights.Models.ScaleCapacity

See Also

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

Return to top