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

RecurrenceType Struct

Definition

The schedule recurrence.

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.RecurrenceTypeTypeConverter))]
public struct RecurrenceType : IEquatable<Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.RecurrenceType>, System.Management.Automation.IArgumentCompleter
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.CostManagement.Support.RecurrenceTypeTypeConverter))>]
type RecurrenceType = struct
    interface IArgumentCompleter
Public Structure RecurrenceType
Implements IArgumentCompleter, IEquatable(Of RecurrenceType)
Inheritance
RecurrenceType
Attributes
Implements

Fields

Annually
Daily
Monthly
Weekly

Methods

CompleteArgument(String, String, String, CommandAst, IDictionary)

Implementations of this function are called by PowerShell to complete arguments.

Equals(Object)

Compares values of enum type RecurrenceType (override for Object)

Equals(RecurrenceType)

Compares values of enum type RecurrenceType

GetHashCode()

Returns hashCode for enum RecurrenceType

ToString()

Returns string representation for RecurrenceType

Operators

Equality(RecurrenceType, RecurrenceType)

Overriding == operator for enum RecurrenceType

Implicit(RecurrenceType to String)

Implicit operator to convert RecurrenceType to string

Implicit(String to RecurrenceType)

Implicit operator to convert string to RecurrenceType

Inequality(RecurrenceType, RecurrenceType)

Overriding != operator for enum RecurrenceType

Applies to