Share via


AutoscaleProfile.Recurrence Property

 

Optional. The repeating times at which this profile begins. This element is not used if the FixedDate element is used.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.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.Azure.Management.Insights.Models.Recurrence

See Also

AutoscaleProfile Class
Microsoft.Azure.Management.Insights.Models Namespace

Return to top