AutoscaleProfile Class
Autoscale profile.
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
| Name | Description | |
|---|---|---|
![]() | AutoscaleProfile() | Initializes a new instance of the AutoscaleProfile class. |
| Name | Description | |
|---|---|---|
![]() | Capacity | Optional. The number of instances that can be used in the scaling action. |
![]() | FixedDate | Optional. A specific date for the scaling action. This element is not used if the Recurrence element is used. |
![]() | Name | Optional. The name of the profile. |
![]() | Recurrence | Optional. The frequency and schedule for the scaling action. This element is not used if the FixedDate element is used. |
![]() | Rules | Optional. A collection of rules that provide the triggers and parameters for the scaling action. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


