Share via


AutoscaleProfile.Capacity Property

 

Optional. The number of instances that can be used in the scaling action.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.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.WindowsAzure.Management.Monitoring.Autoscale.Models.ScaleCapacity

See Also

AutoscaleProfile Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top