ExportRunExecutionStatus Struct

Definition

The last known status of the export run.

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

Constructors

Name Description
ExportRunExecutionStatus(String)

Initializes a new instance of ExportRunExecutionStatus.

Properties

Name Description
Completed

Gets the Completed.

DataNotAvailable

Gets the DataNotAvailable.

Failed

Gets the Failed.

InProgress

Gets the InProgress.

NewDataNotAvailable

Gets the NewDataNotAvailable.

Queued

Gets the Queued.

Timeout

Gets the Timeout.

Methods

Name Description
Equals(ExportRunExecutionStatus)

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

Determines if two ExportRunExecutionStatus values are the same.

Implicit(String to ExportRunExecutionStatus)

Converts a string to a ExportRunExecutionStatus.

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

Determines if two ExportRunExecutionStatus values are not the same.

Applies to