Compartir a través de


Recurrence.Schedule Property

 

Optional. The scheduling constraints for when the profile begins.

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

Syntax

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

Property Value

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

See Also

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

Return to top