ScaleAction.Value Property
Optional. The number of instances that are involved in the scaling action. This value must be 1 or greater. The default value is 1.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public string Value { get; set; }
public:
property String^ Value {
String^ get();
void set(String^ value);
}
member Value : string with get, set
Public Property Value As String
Property Value
Type: System.String
See Also
ScaleAction Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top