ScaleCapacity.Default Property
Optional. The default number of instances that are available for the scaling action.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public string Default { get; set; }
public:
property String^ Default {
String^ get();
void set(String^ value);
}
member Default : string with get, set
Public Property Default As String
Property Value
Type: System.String
See Also
ScaleCapacity Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace
Return to top