RepeatCadenceType 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.
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
Azure SDK for .NET