你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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