Share via


AutoscaleProfile.FixedDate Property

 

Optional. A specific date for the profile. This element is not used if the Recurrence element is used.

Namespace:   Microsoft.Azure.Management.Insights.Models
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

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

Property Value

Type: Microsoft.Azure.Management.Insights.Models.TimeWindow

See Also

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

Return to top