ScaleCapacity.Default Property
Optional. The number of instances that will be set if metrics are not available for evaluation. The default is only used if the current instance count is lower than the default.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Management.Insights.Models Namespace
Return to top