Share via


LogicWorkflowRecurrenceFrequency Struct

Definition

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