Share via


ExportScheduleStatusType Struct

Definition

The status of the export's schedule. If 'Inactive', the export's schedule is paused.

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

Constructors

ExportScheduleStatusType(String)

Initializes a new instance of ExportScheduleStatusType.

Properties

Active

Active.

Inactive

Inactive.

Methods

Equals(ExportScheduleStatusType)

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

Determines if two ExportScheduleStatusType values are the same.

Implicit(String to ExportScheduleStatusType)

Converts a string to a ExportScheduleStatusType.

Inequality(ExportScheduleStatusType, ExportScheduleStatusType)

Determines if two ExportScheduleStatusType values are not the same.

Applies to