ReportOperationStatusType Struct

Definition

The status of the long running operation.

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

Constructors

Name Description
ReportOperationStatusType(String)

Initializes a new instance of ReportOperationStatusType.

Properties

Name Description
Completed

Gets the Completed.

Failed

Gets the Failed.

InProgress

Gets the InProgress.

NoDataFound

Gets the NoDataFound.

Queued

Gets the Queued.

ReadyToDownload

Gets the ReadyToDownload.

TimedOut

Gets the TimedOut.

Methods

Name Description
Equals(ReportOperationStatusType)

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

Determines if two ReportOperationStatusType values are the same.

Implicit(String to Nullable<ReportOperationStatusType>)
Implicit(String to ReportOperationStatusType)

Converts a string to a ReportOperationStatusType.

Inequality(ReportOperationStatusType, ReportOperationStatusType)

Determines if two ReportOperationStatusType values are not the same.

Applies to