Share via


AutoscaleProfile.Recurrence Property

 

Optional. The frequency and schedule for the scaling action. This element is not used if the FixedDate element is used.

Namespace:   Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models
Assembly:  Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)

Syntax

public Recurrence Recurrence { get; set; }
public:
property Recurrence^ Recurrence {
    Recurrence^ get();
    void set(Recurrence^ value);
}
member Recurrence : Recurrence with get, set
Public Property Recurrence As Recurrence

Property Value

Type: Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models.Recurrence

See Also

AutoscaleProfile Class
Microsoft.WindowsAzure.Management.Monitoring.Autoscale.Models Namespace

Return to top