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
| Name | Description |
|---|---|
| RepeatCadenceType(String) |
Initializes a new instance of RepeatCadenceType. |
Properties
| Name | Description |
|---|---|
| Monthly |
Repeat monthly. |
| OneTime |
Repeat one time. |
| Weekly |
Repeat weekly. |
| Yearly |
Repeat yearly. |
Methods
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| Equality(RepeatCadenceType, RepeatCadenceType) |
Determines if two RepeatCadenceType values are the same. |
| Implicit(String to Nullable<RepeatCadenceType>) | |
| Implicit(String to RepeatCadenceType) |
Converts a string to a RepeatCadenceType. |
| Inequality(RepeatCadenceType, RepeatCadenceType) |
Determines if two RepeatCadenceType values are not the same. |