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