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.
Enumerates possible frequency option for the schedule trigger.
public readonly struct RecurrenceFrequency : IEquatable<Azure.Analytics.Synapse.Artifacts.Models.RecurrenceFrequency>
type RecurrenceFrequency = struct
Public Structure RecurrenceFrequency
Implements IEquatable(Of RecurrenceFrequency)
- Inheritance
-
RecurrenceFrequency
- Implements
Constructors
RecurrenceFrequency(String) |
Initializes a new instance of RecurrenceFrequency. |
Properties
Day |
Day. |
Hour |
Hour. |
Minute |
Minute. |
Month |
Month. |
NotSpecified |
NotSpecified. |
Week |
Week. |
Year |
Year. |
Methods
Equals(RecurrenceFrequency) |
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(RecurrenceFrequency, RecurrenceFrequency) |
Determines if two RecurrenceFrequency values are the same. |
Implicit(String to RecurrenceFrequency) |
Converts a string to a RecurrenceFrequency. |
Inequality(RecurrenceFrequency, RecurrenceFrequency) |
Determines if two RecurrenceFrequency values are not the same. |
Applies to
Azure SDK for .NET