RecurrenceFrequency 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.
the recurrence frequency. How often the schedule profile should take effect. This value must be Week, meaning each week will have the same set of profiles. For example, to set a daily schedule, set schedule to every day of the week. The frequency property specifies that the schedule is repeated weekly.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequencyTypeConverter))]
public struct RecurrenceFrequency : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequency>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Monitor.Autoscale.Support.RecurrenceFrequencyTypeConverter))>]
type RecurrenceFrequency = struct
interface IArgumentCompleter
Public Structure RecurrenceFrequency
Implements IArgumentCompleter, IEquatable(Of RecurrenceFrequency)
- Inheritance
-
RecurrenceFrequency
- Attributes
- Implements
Fields
Day | |
Hour | |
Minute | |
Month | |
None | |
Second | |
Week | |
Year |
Methods
CompleteArgument(String, String, String, CommandAst, IDictionary) |
Implementations of this function are called by PowerShell to complete arguments. |
Equals(Object) |
Compares values of enum type RecurrenceFrequency (override for Object) |
Equals(RecurrenceFrequency) |
Compares values of enum type RecurrenceFrequency |
GetHashCode() |
Returns hashCode for enum RecurrenceFrequency |
ToString() |
Returns string representation for RecurrenceFrequency |
Operators
Equality(RecurrenceFrequency, RecurrenceFrequency) |
Overriding == operator for enum RecurrenceFrequency |
Implicit(RecurrenceFrequency to String) |
Implicit operator to convert RecurrenceFrequency to string |
Implicit(String to RecurrenceFrequency) |
Implicit operator to convert string to RecurrenceFrequency |
Inequality(RecurrenceFrequency, RecurrenceFrequency) |
Overriding != operator for enum RecurrenceFrequency |