ExportRunExecutionStatus Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
ExportRunExecutionStatus(String) |
Initializes a new instance of ExportRunExecutionStatus. |
Properties
Completed |
Completed. |
DataNotAvailable |
DataNotAvailable. |
Failed |
Failed. |
InProgress |
InProgress. |
NewDataNotAvailable |
NewDataNotAvailable. |
Queued |
Queued. |
Timeout |
Timeout. |
Methods
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
Equality(ExportRunExecutionStatus, ExportRunExecutionStatus) |
Determines if two ExportRunExecutionStatus values are the same. |
Implicit(String to ExportRunExecutionStatus) |
Converts a string to a ExportRunExecutionStatus. |
Inequality(ExportRunExecutionStatus, ExportRunExecutionStatus) |
Determines if two ExportRunExecutionStatus values are not the same. |
Applies to
Azure SDK for .NET