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

Name Description
ExportScheduleRecurrenceType(String)

Initializes a new instance of ExportScheduleRecurrenceType.

Properties

Name Description
Annually

Gets the Annually.

Daily

Gets the Daily.

Monthly

Gets the Monthly.

Weekly

Gets the Weekly.

Methods

Name Description
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

Name Description
Equality(ExportScheduleRecurrenceType, ExportScheduleRecurrenceType)

Determines if two ExportScheduleRecurrenceType values are the same.

Implicit(String to ExportScheduleRecurrenceType)

Converts a string to a ExportScheduleRecurrenceType.

Implicit(String to Nullable<ExportScheduleRecurrenceType>)
Inequality(ExportScheduleRecurrenceType, ExportScheduleRecurrenceType)

Determines if two ExportScheduleRecurrenceType values are not the same.

Applies to