RecurrenceType 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.
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 |