Share via


RepeatCadenceType Struct

Definition

Repeat cadence type enum.

public readonly struct RepeatCadenceType : IEquatable<Azure.ResourceManager.OracleDatabase.Models.RepeatCadenceType>
type RepeatCadenceType = struct
Public Structure RepeatCadenceType
Implements IEquatable(Of RepeatCadenceType)
Inheritance
RepeatCadenceType
Implements

Constructors

RepeatCadenceType(String)

Initializes a new instance of RepeatCadenceType.

Properties

Monthly

Repeat monthly.

OneTime

Repeat one time.

Weekly

Repeat weekly.

Yearly

Repeat yearly.

Methods

Equals(RepeatCadenceType)

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(RepeatCadenceType, RepeatCadenceType)

Determines if two RepeatCadenceType values are the same.

Implicit(String to RepeatCadenceType)

Converts a string to a RepeatCadenceType.

Inequality(RepeatCadenceType, RepeatCadenceType)

Determines if two RepeatCadenceType values are not the same.

Applies to