AutomationScheduleFrequency Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the frequency of the schedule.
public readonly struct AutomationScheduleFrequency : IEquatable<Azure.ResourceManager.Automation.Models.AutomationScheduleFrequency>
type AutomationScheduleFrequency = struct
Public Structure AutomationScheduleFrequency
Implements IEquatable(Of AutomationScheduleFrequency)
- Inheritance
-
AutomationScheduleFrequency
- Implements
Constructors
AutomationScheduleFrequency(String) |
Initializes a new instance of AutomationScheduleFrequency. |
Properties
Day |
Day. |
Hour |
Hour. |
Minute |
The minimum allowed interval for Minute schedules is 15 minutes. |
Month |
Month. |
OneTime |
OneTime. |
Week |
Week. |
Methods
Equals(AutomationScheduleFrequency) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(AutomationScheduleFrequency, AutomationScheduleFrequency) |
Determines if two AutomationScheduleFrequency values are the same. |
Implicit(String to AutomationScheduleFrequency) |
Converts a string to a AutomationScheduleFrequency. |
Inequality(AutomationScheduleFrequency, AutomationScheduleFrequency) |
Determines if two AutomationScheduleFrequency values are not the same. |
Applies to
Azure SDK for .NET