MachineLearningRecurrenceFrequency 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.
Enum to describe the frequency of a recurrence schedule.
public readonly struct MachineLearningRecurrenceFrequency : IEquatable<Azure.ResourceManager.MachineLearning.Models.MachineLearningRecurrenceFrequency>
type MachineLearningRecurrenceFrequency = struct
Public Structure MachineLearningRecurrenceFrequency
Implements IEquatable(Of MachineLearningRecurrenceFrequency)
- Inheritance
-
MachineLearningRecurrenceFrequency
- Implements
Constructors
MachineLearningRecurrenceFrequency(String) |
Initializes a new instance of MachineLearningRecurrenceFrequency. |
Properties
Day |
Day frequency. |
Hour |
Hour frequency. |
Minute |
Minute frequency. |
Month |
Month frequency. |
Week |
Week frequency. |
Methods
Equals(MachineLearningRecurrenceFrequency) |
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(MachineLearningRecurrenceFrequency, MachineLearningRecurrenceFrequency) |
Determines if two MachineLearningRecurrenceFrequency values are the same. |
Implicit(String to MachineLearningRecurrenceFrequency) |
Converts a string to a MachineLearningRecurrenceFrequency. |
Inequality(MachineLearningRecurrenceFrequency, MachineLearningRecurrenceFrequency) |
Determines if two MachineLearningRecurrenceFrequency values are not the same. |
Applies to
Azure SDK for .NET