RecurrentSchedule Class

 

Updated: September 18, 2014

The scheduling constraints for when the profile begins.

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

System.Object
  Microsoft.Azure.Management.Insights.Models.RecurrentSchedule

type RecurrentSchedule = class end

NameDescription
System_CAPS_pubmethodRecurrentSchedule()

Initializes a new instance of the RecurrentSchedule class.

NameDescription
System_CAPS_pubpropertyDays

Optional. A collection of days that the profile takes effect on.

System_CAPS_pubpropertyHours

Optional. A collection of hours at which the profile takes effect at.

System_CAPS_pubpropertyMinutes

Optional. A collection of minutes at which the profile takes effect at.

System_CAPS_pubpropertyTimeZone

Optional. The time zone for the hours of the profile.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(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.

Return to top
Show: