ScaleAction.Type Property
Optional. The type of action that should occur, this must be set to ChangeCount.
Namespace: Microsoft.Azure.Management.Insights.Models
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public ScaleType Type { get; set; }
public:
property ScaleType Type {
ScaleType get();
void set(ScaleType value);
}
member Type : ScaleType with get, set
Public Property Type As ScaleType
Property Value
Type: Microsoft.Azure.Management.Insights.Models.ScaleType
See Also
ScaleAction Class
Microsoft.Azure.Management.Insights.Models Namespace
Return to top