Recurrence Class
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)
Inheritance Hierarchy
System.Object
Microsoft.Azure.Management.Insights.Models.Recurrence
Syntax
public class Recurrence
public ref class Recurrence
type Recurrence = class end
Public Class Recurrence
Constructors
Name | Description | |
---|---|---|
Recurrence() | Initializes a new instance of the Recurrence class. |
Properties
Name | Description | |
---|---|---|
Frequency | Optional. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. |
|
Schedule | Optional. The scheduling constraints for when the profile begins. |
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) |
|
Finalize() | (Inherited from Object.) |
|
GetHashCode() | (Inherited from Object.) |
|
GetType() | (Inherited from Object.) |
|
MemberwiseClone() | (Inherited from Object.) |
|
ToString() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Microsoft.Azure.Management.Insights.Models Namespace
Return to top