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)

public:
property ScaleCapacity^ Capacity {
	ScaleCapacity^ get();
	void set(ScaleCapacity^ value);
}
Return to top
Show: