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
| Name | Description |
|---|---|
| LogicWorkflowRecurrenceFrequency(String) |
Initializes a new instance of LogicWorkflowRecurrenceFrequency. |
Properties
| Name | Description |
|---|---|
| Day |
Day. |
| Hour |
Hour. |
| Minute |
Minute. |
| Month |
Month. |
| NotSpecified |
NotSpecified. |
| Second |
Second. |
| Week |
Week. |
| Year |
Year. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |