Share via


ExportScheduleRecurrenceType Struct

Definition

The schedule recurrence.

public readonly struct ExportScheduleRecurrenceType : IEquatable<Azure.ResourceManager.CostManagement.Models.ExportScheduleRecurrenceType>
type ExportScheduleRecurrenceType = struct
Public Structure ExportScheduleRecurrenceType
Implements IEquatable(Of ExportScheduleRecurrenceType)
Inheritance
ExportScheduleRecurrenceType
Implements

Constructors

ExportScheduleRecurrenceType(String)

Initializes a new instance of ExportScheduleRecurrenceType.

Properties

Annually

Annually.

Daily

Daily.

Monthly

Monthly.

Weekly

Weekly.

Methods

Equals(ExportScheduleRecurrenceType)

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(ExportScheduleRecurrenceType, ExportScheduleRecurrenceType)

Determines if two ExportScheduleRecurrenceType values are the same.

Implicit(String to ExportScheduleRecurrenceType)

Converts a string to a ExportScheduleRecurrenceType.

Inequality(ExportScheduleRecurrenceType, ExportScheduleRecurrenceType)

Determines if two ExportScheduleRecurrenceType values are not the same.

Applies to